2021-12-07 13:18:08 -05:00

52 lines
1.3 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.V1LeaseSpec = void 0;
/**
* LeaseSpec is a specification of a Lease.
*/
class V1LeaseSpec {
static getAttributeTypeMap() {
return V1LeaseSpec.attributeTypeMap;
}
}
exports.V1LeaseSpec = V1LeaseSpec;
V1LeaseSpec.discriminator = undefined;
V1LeaseSpec.attributeTypeMap = [
{
"name": "acquireTime",
"baseName": "acquireTime",
"type": "Date"
},
{
"name": "holderIdentity",
"baseName": "holderIdentity",
"type": "string"
},
{
"name": "leaseDurationSeconds",
"baseName": "leaseDurationSeconds",
"type": "number"
},
{
"name": "leaseTransitions",
"baseName": "leaseTransitions",
"type": "number"
},
{
"name": "renewTime",
"baseName": "renewTime",
"type": "Date"
}
];
//# sourceMappingURL=v1LeaseSpec.js.map