Kazan v0.11.0 Kazan.Apis.Extensions.V1beta1.DeploymentRollback View Source
DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.
OpenAPI Definition: io.k8s.api.extensions.v1beta1.DeploymentRollback
Properties
api_version
::String
- 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.
kind
::String
- 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.
name
::String
- Required: This must match the Name of a deployment.
rollback_to
::Kazan.Apis.Extensions.V1beta1.RollbackConfig
- Deprecated. Please use io.k8s.api.extensions.v1beta1.RollbackConfig instead.
updated_annotations
::Map
- The annotations to be updated to a deployment
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Extensions.V1beta1.DeploymentRollback{ api_version: String.t(), kind: String.t(), name: String.t(), rollback_to: Kazan.Apis.Extensions.V1beta1.RollbackConfig.t(), updated_annotations: map() }