@kubernetes/client-node
Version:
NodeJS client for kubernetes
68 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.
*/
/**
* PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
*/
export class V1PodDisruptionBudgetStatus {
static getAttributeTypeMap() {
return V1PodDisruptionBudgetStatus.attributeTypeMap;
}
constructor() {
}
}
V1PodDisruptionBudgetStatus.discriminator = undefined;
V1PodDisruptionBudgetStatus.mapping = undefined;
V1PodDisruptionBudgetStatus.attributeTypeMap = [
{
"name": "conditions",
"baseName": "conditions",
"type": "Array<V1Condition>",
"format": ""
},
{
"name": "currentHealthy",
"baseName": "currentHealthy",
"type": "number",
"format": "int32"
},
{
"name": "desiredHealthy",
"baseName": "desiredHealthy",
"type": "number",
"format": "int32"
},
{
"name": "disruptedPods",
"baseName": "disruptedPods",
"type": "{ [key: string]: Date; }",
"format": "date-time"
},
{
"name": "disruptionsAllowed",
"baseName": "disruptionsAllowed",
"type": "number",
"format": "int32"
},
{
"name": "expectedPods",
"baseName": "expectedPods",
"type": "number",
"format": "int32"
},
{
"name": "observedGeneration",
"baseName": "observedGeneration",
"type": "number",
"format": "int64"
}
];
//# sourceMappingURL=V1PodDisruptionBudgetStatus.js.map