UNPKG

@kubernetes/client-node

Version:
68 lines 1.64 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * LeaseSpec is a specification of a Lease. */ export class V1LeaseSpec { static getAttributeTypeMap() { return V1LeaseSpec.attributeTypeMap; } constructor() { } } V1LeaseSpec.discriminator = undefined; V1LeaseSpec.mapping = undefined; V1LeaseSpec.attributeTypeMap = [ { "name": "acquireTime", "baseName": "acquireTime", "type": "V1MicroTime", "format": "date-time-micro" }, { "name": "holderIdentity", "baseName": "holderIdentity", "type": "string", "format": "" }, { "name": "leaseDurationSeconds", "baseName": "leaseDurationSeconds", "type": "number", "format": "int32" }, { "name": "leaseTransitions", "baseName": "leaseTransitions", "type": "number", "format": "int32" }, { "name": "preferredHolder", "baseName": "preferredHolder", "type": "string", "format": "" }, { "name": "renewTime", "baseName": "renewTime", "type": "V1MicroTime", "format": "date-time-micro" }, { "name": "strategy", "baseName": "strategy", "type": "string", "format": "" } ]; //# sourceMappingURL=V1LeaseSpec.js.map