UNPKG

@kubernetes/client-node

Version:
38 lines 1.06 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. */ /** * Spec to control the desired behavior of rolling update. */ export class V1RollingUpdateDeployment { static getAttributeTypeMap() { return V1RollingUpdateDeployment.attributeTypeMap; } constructor() { } } V1RollingUpdateDeployment.discriminator = undefined; V1RollingUpdateDeployment.mapping = undefined; V1RollingUpdateDeployment.attributeTypeMap = [ { "name": "maxSurge", "baseName": "maxSurge", "type": "IntOrString", "format": "int-or-string" }, { "name": "maxUnavailable", "baseName": "maxUnavailable", "type": "IntOrString", "format": "int-or-string" } ]; //# sourceMappingURL=V1RollingUpdateDeployment.js.map