UNPKG

@jkcfg/kubernetes

Version:
59 lines 1.85 kB
{ "description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.", "properties": { "apiVersion": { "description": "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", "type": [ "string", "null" ] }, "kind": { "description": "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", "type": [ "string", "null" ], "enum": [ "DeploymentRollback" ] }, "name": { "description": "Required: This must match the Name of a deployment.", "type": [ "string", "null" ] }, "rollbackTo": { "$ref": "_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.RollbackConfig", "description": "The config of this deployment rollback." }, "updatedAnnotations": { "additionalProperties": { "type": [ "string", "null" ] }, "description": "The annotations to be updated to a deployment", "type": [ "object", "null" ] } }, "required": [ "name", "rollbackTo" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "extensions", "kind": "DeploymentRollback", "version": "v1beta1" } ], "$schema": "http://json-schema.org/schema#" }