52 lines
1.5 KiB
JavaScript
52 lines
1.5 KiB
JavaScript
"use strict";
|
|
/**
|
|
* Kubernetes
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: v1.22.2
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.V1CustomResourceDefinitionCondition = void 0;
|
|
/**
|
|
* CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
*/
|
|
class V1CustomResourceDefinitionCondition {
|
|
static getAttributeTypeMap() {
|
|
return V1CustomResourceDefinitionCondition.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1CustomResourceDefinitionCondition = V1CustomResourceDefinitionCondition;
|
|
V1CustomResourceDefinitionCondition.discriminator = undefined;
|
|
V1CustomResourceDefinitionCondition.attributeTypeMap = [
|
|
{
|
|
"name": "lastTransitionTime",
|
|
"baseName": "lastTransitionTime",
|
|
"type": "Date"
|
|
},
|
|
{
|
|
"name": "message",
|
|
"baseName": "message",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "reason",
|
|
"baseName": "reason",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"baseName": "status",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "type",
|
|
"baseName": "type",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1CustomResourceDefinitionCondition.js.map
|