@kubernetes/client-node
Version:
NodeJS client for kubernetes
74 lines • 1.73 kB
JavaScript
/**
* 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.
*/
/**
* Endpoint represents a single logical \"backend\" implementing a service.
*/
export class V1Endpoint {
static getAttributeTypeMap() {
return V1Endpoint.attributeTypeMap;
}
constructor() {
}
}
V1Endpoint.discriminator = undefined;
V1Endpoint.mapping = undefined;
V1Endpoint.attributeTypeMap = [
{
"name": "addresses",
"baseName": "addresses",
"type": "Array<string>",
"format": ""
},
{
"name": "conditions",
"baseName": "conditions",
"type": "V1EndpointConditions",
"format": ""
},
{
"name": "deprecatedTopology",
"baseName": "deprecatedTopology",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "hints",
"baseName": "hints",
"type": "V1EndpointHints",
"format": ""
},
{
"name": "hostname",
"baseName": "hostname",
"type": "string",
"format": ""
},
{
"name": "nodeName",
"baseName": "nodeName",
"type": "string",
"format": ""
},
{
"name": "targetRef",
"baseName": "targetRef",
"type": "V1ObjectReference",
"format": ""
},
{
"name": "zone",
"baseName": "zone",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1Endpoint.js.map