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. */ /** * DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. */ export class V1DaemonSetUpdateStrategy { static getAttributeTypeMap() { return V1DaemonSetUpdateStrategy.attributeTypeMap; } constructor() { } } V1DaemonSetUpdateStrategy.discriminator = undefined; V1DaemonSetUpdateStrategy.mapping = undefined; V1DaemonSetUpdateStrategy.attributeTypeMap = [ { "name": "rollingUpdate", "baseName": "rollingUpdate", "type": "V1RollingUpdateDaemonSet", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1DaemonSetUpdateStrategy.js.map