@kubernetes/client-node
Version:
NodeJS client for kubernetes
62 lines • 1.47 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.
*/
/**
* Condition contains details for one aspect of the current state of this API Resource.
*/
export class V1Condition {
static getAttributeTypeMap() {
return V1Condition.attributeTypeMap;
}
constructor() {
}
}
V1Condition.discriminator = undefined;
V1Condition.mapping = undefined;
V1Condition.attributeTypeMap = [
{
"name": "lastTransitionTime",
"baseName": "lastTransitionTime",
"type": "Date",
"format": "date-time"
},
{
"name": "message",
"baseName": "message",
"type": "string",
"format": ""
},
{
"name": "observedGeneration",
"baseName": "observedGeneration",
"type": "number",
"format": "int64"
},
{
"name": "reason",
"baseName": "reason",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1Condition.js.map