UNPKG

@kubernetes/client-node

Version:
32 lines 914 B
/** * 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. */ /** * ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services. */ export class V1beta1ServiceCIDRSpec { static getAttributeTypeMap() { return V1beta1ServiceCIDRSpec.attributeTypeMap; } constructor() { } } V1beta1ServiceCIDRSpec.discriminator = undefined; V1beta1ServiceCIDRSpec.mapping = undefined; V1beta1ServiceCIDRSpec.attributeTypeMap = [ { "name": "cidrs", "baseName": "cidrs", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=V1beta1ServiceCIDRSpec.js.map