@kubernetes/client-node
Version:
NodeJS client for kubernetes
62 lines • 1.58 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.
*/
/**
* ReplicaSetStatus represents the current status of a ReplicaSet.
*/
export class V1ReplicaSetStatus {
static getAttributeTypeMap() {
return V1ReplicaSetStatus.attributeTypeMap;
}
constructor() {
}
}
V1ReplicaSetStatus.discriminator = undefined;
V1ReplicaSetStatus.mapping = undefined;
V1ReplicaSetStatus.attributeTypeMap = [
{
"name": "availableReplicas",
"baseName": "availableReplicas",
"type": "number",
"format": "int32"
},
{
"name": "conditions",
"baseName": "conditions",
"type": "Array<V1ReplicaSetCondition>",
"format": ""
},
{
"name": "fullyLabeledReplicas",
"baseName": "fullyLabeledReplicas",
"type": "number",
"format": "int32"
},
{
"name": "observedGeneration",
"baseName": "observedGeneration",
"type": "number",
"format": "int64"
},
{
"name": "readyReplicas",
"baseName": "readyReplicas",
"type": "number",
"format": "int32"
},
{
"name": "replicas",
"baseName": "replicas",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=V1ReplicaSetStatus.js.map