UNPKG

@kubernetes/client-node

Version:
74 lines 1.82 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * DeploymentSpec is the specification of the desired behavior of the Deployment. */ export class V1DeploymentSpec { static getAttributeTypeMap() { return V1DeploymentSpec.attributeTypeMap; } constructor() { } } V1DeploymentSpec.discriminator = undefined; V1DeploymentSpec.mapping = undefined; V1DeploymentSpec.attributeTypeMap = [ { "name": "minReadySeconds", "baseName": "minReadySeconds", "type": "number", "format": "int32" }, { "name": "paused", "baseName": "paused", "type": "boolean", "format": "" }, { "name": "progressDeadlineSeconds", "baseName": "progressDeadlineSeconds", "type": "number", "format": "int32" }, { "name": "replicas", "baseName": "replicas", "type": "number", "format": "int32" }, { "name": "revisionHistoryLimit", "baseName": "revisionHistoryLimit", "type": "number", "format": "int32" }, { "name": "selector", "baseName": "selector", "type": "V1LabelSelector", "format": "" }, { "name": "strategy", "baseName": "strategy", "type": "V1DeploymentStrategy", "format": "" }, { "name": "template", "baseName": "template", "type": "V1PodTemplateSpec", "format": "" } ]; //# sourceMappingURL=V1DeploymentSpec.js.map