UNPKG

@kubernetes/client-node

Version:
32 lines 862 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. */ /** * EndpointHints provides hints describing how an endpoint should be consumed. */ export class V1EndpointHints { static getAttributeTypeMap() { return V1EndpointHints.attributeTypeMap; } constructor() { } } V1EndpointHints.discriminator = undefined; V1EndpointHints.mapping = undefined; V1EndpointHints.attributeTypeMap = [ { "name": "forZones", "baseName": "forZones", "type": "Array<V1ForZone>", "format": "" } ]; //# sourceMappingURL=V1EndpointHints.js.map