Class LastOperation

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class LastOperation
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<LastOperationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    LastOperation represents the detail of the last performed operation on the MachineObject.
    See Also:
    Serialized Form
    • Constructor Detail

      • LastOperation

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

      • getDescription

        public String getDescription()
        description is the human-readable description of the last operation.
      • setDescription

        public void setDescription​(String description)
        description is the human-readable description of the last operation.
      • getLastUpdated

        public String getLastUpdated()
        LastOperation represents the detail of the last performed operation on the MachineObject.
      • setLastUpdated

        public void setLastUpdated​(String lastUpdated)
        LastOperation represents the detail of the last performed operation on the MachineObject.
      • getState

        public String getState()
        state is the current status of the last performed operation. E.g. Processing, Failed, Successful etc
      • setState

        public void setState​(String state)
        state is the current status of the last performed operation. E.g. Processing, Failed, Successful etc
      • getType

        public String getType()
        type is the type of operation which was last performed. E.g. Create, Delete, Update etc
      • setType

        public void setType​(String type)
        type is the type of operation which was last performed. E.g. Create, Delete, Update etc
      • getAdditionalProperties

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

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

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