57 lines
1.5 KiB
JavaScript
57 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.V1alpha1StorageVersionCondition = void 0;
|
|
/**
|
|
* Describes the state of the storageVersion at a certain point.
|
|
*/
|
|
class V1alpha1StorageVersionCondition {
|
|
static getAttributeTypeMap() {
|
|
return V1alpha1StorageVersionCondition.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1alpha1StorageVersionCondition = V1alpha1StorageVersionCondition;
|
|
V1alpha1StorageVersionCondition.discriminator = undefined;
|
|
V1alpha1StorageVersionCondition.attributeTypeMap = [
|
|
{
|
|
"name": "lastTransitionTime",
|
|
"baseName": "lastTransitionTime",
|
|
"type": "Date"
|
|
},
|
|
{
|
|
"name": "message",
|
|
"baseName": "message",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "observedGeneration",
|
|
"baseName": "observedGeneration",
|
|
"type": "number"
|
|
},
|
|
{
|
|
"name": "reason",
|
|
"baseName": "reason",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"baseName": "status",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "type",
|
|
"baseName": "type",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1alpha1StorageVersionCondition.js.map
|