@kubernetes/client-node
Version:
NodeJS client for kubernetes
74 lines • 1.86 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.
*/
/**
* DeploymentStatus is the most recently observed status of the Deployment.
*/
export class V1DeploymentStatus {
static getAttributeTypeMap() {
return V1DeploymentStatus.attributeTypeMap;
}
constructor() {
}
}
V1DeploymentStatus.discriminator = undefined;
V1DeploymentStatus.mapping = undefined;
V1DeploymentStatus.attributeTypeMap = [
{
"name": "availableReplicas",
"baseName": "availableReplicas",
"type": "number",
"format": "int32"
},
{
"name": "collisionCount",
"baseName": "collisionCount",
"type": "number",
"format": "int32"
},
{
"name": "conditions",
"baseName": "conditions",
"type": "Array<V1DeploymentCondition>",
"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": "unavailableReplicas",
"baseName": "unavailableReplicas",
"type": "number",
"format": "int32"
},
{
"name": "updatedReplicas",
"baseName": "updatedReplicas",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=V1DeploymentStatus.js.map