UNPKG

@kubernetes/client-node

Version:
50 lines 1.12 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. */ /** * Lease defines a lease concept. */ export class V1Lease { static getAttributeTypeMap() { return V1Lease.attributeTypeMap; } constructor() { } } V1Lease.discriminator = undefined; V1Lease.mapping = undefined; V1Lease.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "spec", "baseName": "spec", "type": "V1LeaseSpec", "format": "" } ]; //# sourceMappingURL=V1Lease.js.map