UNPKG

@kubernetes/client-node

Version:
68 lines 1.76 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. */ /** * APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification. */ export class V1APIServiceSpec { static getAttributeTypeMap() { return V1APIServiceSpec.attributeTypeMap; } constructor() { } } V1APIServiceSpec.discriminator = undefined; V1APIServiceSpec.mapping = undefined; V1APIServiceSpec.attributeTypeMap = [ { "name": "caBundle", "baseName": "caBundle", "type": "string", "format": "byte" }, { "name": "group", "baseName": "group", "type": "string", "format": "" }, { "name": "groupPriorityMinimum", "baseName": "groupPriorityMinimum", "type": "number", "format": "int32" }, { "name": "insecureSkipTLSVerify", "baseName": "insecureSkipTLSVerify", "type": "boolean", "format": "" }, { "name": "service", "baseName": "service", "type": "ApiregistrationV1ServiceReference", "format": "" }, { "name": "version", "baseName": "version", "type": "string", "format": "" }, { "name": "versionPriority", "baseName": "versionPriority", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V1APIServiceSpec.js.map