UNPKG

@kubernetes/client-node

Version:
62 lines 1.56 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. */ /** * LeaseCandidateSpec is a specification of a Lease. */ export class V1alpha2LeaseCandidateSpec { static getAttributeTypeMap() { return V1alpha2LeaseCandidateSpec.attributeTypeMap; } constructor() { } } V1alpha2LeaseCandidateSpec.discriminator = undefined; V1alpha2LeaseCandidateSpec.mapping = undefined; V1alpha2LeaseCandidateSpec.attributeTypeMap = [ { "name": "binaryVersion", "baseName": "binaryVersion", "type": "string", "format": "" }, { "name": "emulationVersion", "baseName": "emulationVersion", "type": "string", "format": "" }, { "name": "leaseName", "baseName": "leaseName", "type": "string", "format": "" }, { "name": "pingTime", "baseName": "pingTime", "type": "V1MicroTime", "format": "date-time-micro" }, { "name": "renewTime", "baseName": "renewTime", "type": "V1MicroTime", "format": "date-time-micro" }, { "name": "strategy", "baseName": "strategy", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha2LeaseCandidateSpec.js.map