57 lines
1.6 KiB
JavaScript
57 lines
1.6 KiB
JavaScript
"use strict";
|
|
/**
|
|
* Kubernetes
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: v1.22.2
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.V1beta1EndpointSlice = void 0;
|
|
/**
|
|
* EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
|
|
*/
|
|
class V1beta1EndpointSlice {
|
|
static getAttributeTypeMap() {
|
|
return V1beta1EndpointSlice.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1beta1EndpointSlice = V1beta1EndpointSlice;
|
|
V1beta1EndpointSlice.discriminator = undefined;
|
|
V1beta1EndpointSlice.attributeTypeMap = [
|
|
{
|
|
"name": "addressType",
|
|
"baseName": "addressType",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "apiVersion",
|
|
"baseName": "apiVersion",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "endpoints",
|
|
"baseName": "endpoints",
|
|
"type": "Array<V1beta1Endpoint>"
|
|
},
|
|
{
|
|
"name": "kind",
|
|
"baseName": "kind",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "metadata",
|
|
"baseName": "metadata",
|
|
"type": "V1ObjectMeta"
|
|
},
|
|
{
|
|
"name": "ports",
|
|
"baseName": "ports",
|
|
"type": "Array<V1beta1EndpointPort>"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1beta1EndpointSlice.js.map
|