47 lines
1.2 KiB
JavaScript
47 lines
1.2 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.V1ComponentCondition = void 0;
|
|
/**
|
|
* Information about the condition of a component.
|
|
*/
|
|
class V1ComponentCondition {
|
|
static getAttributeTypeMap() {
|
|
return V1ComponentCondition.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1ComponentCondition = V1ComponentCondition;
|
|
V1ComponentCondition.discriminator = undefined;
|
|
V1ComponentCondition.attributeTypeMap = [
|
|
{
|
|
"name": "error",
|
|
"baseName": "error",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "message",
|
|
"baseName": "message",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"baseName": "status",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "type",
|
|
"baseName": "type",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1ComponentCondition.js.map
|