@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.21 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.
*/
/**
* EndpointAddress is a tuple that describes single IP address.
*/
export class V1EndpointAddress {
static getAttributeTypeMap() {
return V1EndpointAddress.attributeTypeMap;
}
constructor() {
}
}
V1EndpointAddress.discriminator = undefined;
V1EndpointAddress.mapping = undefined;
V1EndpointAddress.attributeTypeMap = [
{
"name": "hostname",
"baseName": "hostname",
"type": "string",
"format": ""
},
{
"name": "ip",
"baseName": "ip",
"type": "string",
"format": ""
},
{
"name": "nodeName",
"baseName": "nodeName",
"type": "string",
"format": ""
},
{
"name": "targetRef",
"baseName": "targetRef",
"type": "V1ObjectReference",
"format": ""
}
];
//# sourceMappingURL=V1EndpointAddress.js.map