UNPKG

@kubernetes/client-node

Version:
38 lines 1.16 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. */ /** * RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. */ export class V1RollingUpdateStatefulSetStrategy { static getAttributeTypeMap() { return V1RollingUpdateStatefulSetStrategy.attributeTypeMap; } constructor() { } } V1RollingUpdateStatefulSetStrategy.discriminator = undefined; V1RollingUpdateStatefulSetStrategy.mapping = undefined; V1RollingUpdateStatefulSetStrategy.attributeTypeMap = [ { "name": "maxUnavailable", "baseName": "maxUnavailable", "type": "IntOrString", "format": "int-or-string" }, { "name": "partition", "baseName": "partition", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V1RollingUpdateStatefulSetStrategy.js.map