Class 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 Detail

      • StepResource

        public StepResource()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)