"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.V1beta1HostPortRange = void 0; /** * HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. */ class V1beta1HostPortRange { static getAttributeTypeMap() { return V1beta1HostPortRange.attributeTypeMap; } } exports.V1beta1HostPortRange = V1beta1HostPortRange; V1beta1HostPortRange.discriminator = undefined; V1beta1HostPortRange.attributeTypeMap = [ { "name": "max", "baseName": "max", "type": "number" }, { "name": "min", "baseName": "min", "type": "number" } ]; //# sourceMappingURL=v1beta1HostPortRange.js.map