37 lines
1.0 KiB
JavaScript
37 lines
1.0 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.V1Preconditions = void 0;
|
|
/**
|
|
* Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
|
|
*/
|
|
class V1Preconditions {
|
|
static getAttributeTypeMap() {
|
|
return V1Preconditions.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1Preconditions = V1Preconditions;
|
|
V1Preconditions.discriminator = undefined;
|
|
V1Preconditions.attributeTypeMap = [
|
|
{
|
|
"name": "resourceVersion",
|
|
"baseName": "resourceVersion",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "uid",
|
|
"baseName": "uid",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1Preconditions.js.map
|