@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.36 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.
*/
/**
* NamespaceCondition contains details about state of namespace.
*/
export class V1NamespaceCondition {
static getAttributeTypeMap() {
return V1NamespaceCondition.attributeTypeMap;
}
constructor() {
}
}
V1NamespaceCondition.discriminator = undefined;
V1NamespaceCondition.mapping = undefined;
V1NamespaceCondition.attributeTypeMap = [
{
"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=V1NamespaceCondition.js.map