UNPKG

@kubernetes/client-node

Version:
38 lines 1.12 kB
/** * 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. */ /** * ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match. */ export class V1ServerAddressByClientCIDR { static getAttributeTypeMap() { return V1ServerAddressByClientCIDR.attributeTypeMap; } constructor() { } } V1ServerAddressByClientCIDR.discriminator = undefined; V1ServerAddressByClientCIDR.mapping = undefined; V1ServerAddressByClientCIDR.attributeTypeMap = [ { "name": "clientCIDR", "baseName": "clientCIDR", "type": "string", "format": "" }, { "name": "serverAddress", "baseName": "serverAddress", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ServerAddressByClientCIDR.js.map