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 daemon set rolling update. */ export class V1RollingUpdateDaemonSet { static getAttributeTypeMap() { return V1RollingUpdateDaemonSet.attributeTypeMap; } constructor() { } } V1RollingUpdateDaemonSet.discriminator = undefined; V1RollingUpdateDaemonSet.mapping = undefined; V1RollingUpdateDaemonSet.attributeTypeMap = [ { "name": "maxSurge", "baseName": "maxSurge", "type": "IntOrString", "format": "int-or-string" }, { "name": "maxUnavailable", "baseName": "maxUnavailable", "type": "IntOrString", "format": "int-or-string" } ]; //# sourceMappingURL=V1RollingUpdateDaemonSet.js.map