@kubernetes/client-node
Version:
NodeJS client for kubernetes
62 lines • 1.88 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.33.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* EndpointSlice represents a set of service endpoints. Most EndpointSlices are created by the EndpointSlice controller to represent the Pods selected by Service objects. For a given service there may be multiple EndpointSlice objects which must be joined to produce the full set of endpoints; you can find all of the slices for a given service by listing EndpointSlices in the service\'s namespace whose `kubernetes.io/service-name` label contains the service\'s name.
*/
export class V1EndpointSlice {
static getAttributeTypeMap() {
return V1EndpointSlice.attributeTypeMap;
}
constructor() {
}
}
V1EndpointSlice.discriminator = undefined;
V1EndpointSlice.mapping = undefined;
V1EndpointSlice.attributeTypeMap = [
{
"name": "addressType",
"baseName": "addressType",
"type": "string",
"format": ""
},
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "endpoints",
"baseName": "endpoints",
"type": "Array<V1Endpoint>",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "ports",
"baseName": "ports",
"type": "Array<DiscoveryV1EndpointPort>",
"format": ""
}
];
//# sourceMappingURL=V1EndpointSlice.js.map