@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 992 B
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.
*/
/**
* ServiceStatus represents the current status of a service.
*/
export class V1ServiceStatus {
static getAttributeTypeMap() {
return V1ServiceStatus.attributeTypeMap;
}
constructor() {
}
}
V1ServiceStatus.discriminator = undefined;
V1ServiceStatus.mapping = undefined;
V1ServiceStatus.attributeTypeMap = [
{
"name": "conditions",
"baseName": "conditions",
"type": "Array<V1Condition>",
"format": ""
},
{
"name": "loadBalancer",
"baseName": "loadBalancer",
"type": "V1LoadBalancerStatus",
"format": ""
}
];
//# sourceMappingURL=V1ServiceStatus.js.map