@kubernetes/client-node
Version:
NodeJS client for kubernetes
86 lines • 2.12 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.
*/
/**
* StatefulSetStatus represents the current state of a StatefulSet.
*/
export class V1StatefulSetStatus {
static getAttributeTypeMap() {
return V1StatefulSetStatus.attributeTypeMap;
}
constructor() {
}
}
V1StatefulSetStatus.discriminator = undefined;
V1StatefulSetStatus.mapping = undefined;
V1StatefulSetStatus.attributeTypeMap = [
{
"name": "availableReplicas",
"baseName": "availableReplicas",
"type": "number",
"format": "int32"
},
{
"name": "collisionCount",
"baseName": "collisionCount",
"type": "number",
"format": "int32"
},
{
"name": "conditions",
"baseName": "conditions",
"type": "Array<V1StatefulSetCondition>",
"format": ""
},
{
"name": "currentReplicas",
"baseName": "currentReplicas",
"type": "number",
"format": "int32"
},
{
"name": "currentRevision",
"baseName": "currentRevision",
"type": "string",
"format": ""
},
{
"name": "observedGeneration",
"baseName": "observedGeneration",
"type": "number",
"format": "int64"
},
{
"name": "readyReplicas",
"baseName": "readyReplicas",
"type": "number",
"format": "int32"
},
{
"name": "replicas",
"baseName": "replicas",
"type": "number",
"format": "int32"
},
{
"name": "updateRevision",
"baseName": "updateRevision",
"type": "string",
"format": ""
},
{
"name": "updatedReplicas",
"baseName": "updatedReplicas",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=V1StatefulSetStatus.js.map