UNPKG

@kubernetes/client-node

Version:
50 lines 1.2 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. */ /** * LimitRange sets resource usage limits for each kind of resource in a Namespace. */ export class V1LimitRange { static getAttributeTypeMap() { return V1LimitRange.attributeTypeMap; } constructor() { } } V1LimitRange.discriminator = undefined; V1LimitRange.mapping = undefined; V1LimitRange.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": "V1LimitRangeSpec", "format": "" } ]; //# sourceMappingURL=V1LimitRange.js.map