Class StepResource
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.StepResource
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<StepResourceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class StepResource extends Object implements io.fabric8.kubernetes.api.builder.Editable<StepResourceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
StepResource represents the status of a resource to be tracked by an InstallPlan.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StepResource()No args constructor for use in serializationStepResource(String group, String kind, String manifest, String name, String sourceName, String sourceNamespace, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepResourceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetGroup()StepResource represents the status of a resource to be tracked by an InstallPlan.StringgetKind()StepResource represents the status of a resource to be tracked by an InstallPlan.StringgetManifest()StepResource represents the status of a resource to be tracked by an InstallPlan.StringgetName()StepResource represents the status of a resource to be tracked by an InstallPlan.StringgetSourceName()StepResource represents the status of a resource to be tracked by an InstallPlan.StringgetSourceNamespace()StepResource represents the status of a resource to be tracked by an InstallPlan.StringgetVersion()StepResource represents the status of a resource to be tracked by an InstallPlan.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGroup(String group)StepResource represents the status of a resource to be tracked by an InstallPlan.voidsetKind(String kind)StepResource represents the status of a resource to be tracked by an InstallPlan.voidsetManifest(String manifest)StepResource represents the status of a resource to be tracked by an InstallPlan.voidsetName(String name)StepResource represents the status of a resource to be tracked by an InstallPlan.voidsetSourceName(String sourceName)StepResource represents the status of a resource to be tracked by an InstallPlan.voidsetSourceNamespace(String sourceNamespace)StepResource represents the status of a resource to be tracked by an InstallPlan.voidsetVersion(String version)StepResource represents the status of a resource to be tracked by an InstallPlan.StepResourceBuildertoBuilder()
-
-
-
Method Detail
-
getGroup
public String getGroup()
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
setGroup
public void setGroup(String group)
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
getKind
public String getKind()
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
setKind
public void setKind(String kind)
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
getManifest
public String getManifest()
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
setManifest
public void setManifest(String manifest)
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
getName
public String getName()
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
setName
public void setName(String name)
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
getSourceName
public String getSourceName()
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
setSourceName
public void setSourceName(String sourceName)
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
getSourceNamespace
public String getSourceNamespace()
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
setSourceNamespace
public void setSourceNamespace(String sourceNamespace)
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
getVersion
public String getVersion()
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
setVersion
public void setVersion(String version)
StepResource represents the status of a resource to be tracked by an InstallPlan.
-
edit
public StepResourceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<StepResourceBuilder>
-
toBuilder
public StepResourceBuilder toBuilder()
-
-