"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1DaemonSetUpdateStrategy = void 0; /** * DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. */ class V1DaemonSetUpdateStrategy { static getAttributeTypeMap() { return V1DaemonSetUpdateStrategy.attributeTypeMap; } } exports.V1DaemonSetUpdateStrategy = V1DaemonSetUpdateStrategy; V1DaemonSetUpdateStrategy.discriminator = undefined; V1DaemonSetUpdateStrategy.attributeTypeMap = [ { "name": "rollingUpdate", "baseName": "rollingUpdate", "type": "V1RollingUpdateDaemonSet" }, { "name": "type", "baseName": "type", "type": "string" } ]; //# sourceMappingURL=v1DaemonSetUpdateStrategy.js.map