"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.V1beta1AllowedHostPath = void 0; /** * AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. */ class V1beta1AllowedHostPath { static getAttributeTypeMap() { return V1beta1AllowedHostPath.attributeTypeMap; } } exports.V1beta1AllowedHostPath = V1beta1AllowedHostPath; V1beta1AllowedHostPath.discriminator = undefined; V1beta1AllowedHostPath.attributeTypeMap = [ { "name": "pathPrefix", "baseName": "pathPrefix", "type": "string" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean" } ]; //# sourceMappingURL=v1beta1AllowedHostPath.js.map