@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.
*/
/**
* PodCondition contains details for the current condition of this pod.
*/
export class V1PodCondition {
static getAttributeTypeMap() {
return V1PodCondition.attributeTypeMap;
}
constructor() {
}
}
V1PodCondition.discriminator = undefined;
V1PodCondition.mapping = undefined;
V1PodCondition.attributeTypeMap = [
{
"name": "lastProbeTime",
"baseName": "lastProbeTime",
"type": "Date",
"format": "date-time"
},
{
"name": "lastTransitionTime",
"baseName": "lastTransitionTime",
"type": "Date",
"format": "date-time"
},
{
"name": "message",
"baseName": "message",
"type": "string",
"format": ""
},
{
"name": "reason",
"baseName": "reason",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1PodCondition.js.map