Class MigrationCondition

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MigrationCondition
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MigrationConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Describes the state of a migration at a certain point.
    See Also:
    Serialized Form
    • Constructor Detail

      • MigrationCondition

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

      • getLastUpdateTime

        public String getLastUpdateTime()
        Describes the state of a migration at a certain point.
      • setLastUpdateTime

        public void setLastUpdateTime​(String lastUpdateTime)
        Describes the state of a migration at a certain point.
      • getMessage

        public String getMessage()
        A human readable message indicating details about the transition.
      • setMessage

        public void setMessage​(String message)
        A human readable message indicating details about the transition.
      • getReason

        public String getReason()
        The reason for the condition's last transition.
      • setReason

        public void setReason​(String reason)
        The reason for the condition's last transition.
      • getStatus

        public String getStatus()
        Status of the condition, one of True, False, Unknown.
      • setStatus

        public void setStatus​(String status)
        Status of the condition, one of True, False, Unknown.
      • getType

        public String getType()
        Type of the condition.
      • setType

        public void setType​(String type)
        Type of the condition.
      • getAdditionalProperties

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

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

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