Class DeploymentRollback

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DeploymentRollback
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DeploymentRollbackBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.
    See Also:
    Serialized Form
    • Constructor Detail

      • DeploymentRollback

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

      • getApiVersion

        public String getApiVersion()
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • setApiVersion

        public void setApiVersion​(String apiVersion)
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • getKind

        public String getKind()
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • setKind

        public void setKind​(String kind)
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • getName

        public String getName()
        Required: This must match the Name of a deployment.
      • setName

        public void setName​(String name)
        Required: This must match the Name of a deployment.
      • getRollbackTo

        public RollbackConfig getRollbackTo()
        DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.
      • setRollbackTo

        public void setRollbackTo​(RollbackConfig rollbackTo)
        DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.
      • getUpdatedAnnotations

        public Map<String,​String> getUpdatedAnnotations()
        The annotations to be updated to a deployment
      • setUpdatedAnnotations

        public void setUpdatedAnnotations​(Map<String,​String> updatedAnnotations)
        The annotations to be updated to a deployment
      • getAdditionalProperties

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

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

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