Class Step

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<StepBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Step
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<StepBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Step represents the status of an individual step in an InstallPlan.
    See Also:
    Serialized Form
    • Constructor Detail

      • Step

        public Step()
        No args constructor for use in serialization
    • Method Detail

      • getOptional

        public Boolean getOptional()
        Step represents the status of an individual step in an InstallPlan.
      • setOptional

        public void setOptional​(Boolean optional)
        Step represents the status of an individual step in an InstallPlan.
      • getResolving

        public String getResolving()
        Step represents the status of an individual step in an InstallPlan.
      • setResolving

        public void setResolving​(String resolving)
        Step represents the status of an individual step in an InstallPlan.
      • getResource

        public StepResource getResource()
        Step represents the status of an individual step in an InstallPlan.
      • setResource

        public void setResource​(StepResource resource)
        Step represents the status of an individual step in an InstallPlan.
      • getStatus

        public String getStatus()
        Step represents the status of an individual step in an InstallPlan.
      • setStatus

        public void setStatus​(String status)
        Step represents the status of an individual step in an InstallPlan.
      • edit

        public StepBuilder edit()
        Specified by:
        edit in interface io.fabric8.kubernetes.api.builder.Editable<StepBuilder>
      • getAdditionalProperties

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

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

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