"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.V1beta1FSGroupStrategyOptions = void 0; /** * FSGroupStrategyOptions defines the strategy type and options used to create the strategy. */ class V1beta1FSGroupStrategyOptions { static getAttributeTypeMap() { return V1beta1FSGroupStrategyOptions.attributeTypeMap; } } exports.V1beta1FSGroupStrategyOptions = V1beta1FSGroupStrategyOptions; V1beta1FSGroupStrategyOptions.discriminator = undefined; V1beta1FSGroupStrategyOptions.attributeTypeMap = [ { "name": "ranges", "baseName": "ranges", "type": "Array" }, { "name": "rule", "baseName": "rule", "type": "string" } ]; //# sourceMappingURL=v1beta1FSGroupStrategyOptions.js.map