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

32 lines
953 B
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.V1LimitRangeSpec = void 0;
/**
* LimitRangeSpec defines a min/max usage limit for resources that match on kind.
*/
class V1LimitRangeSpec {
static getAttributeTypeMap() {
return V1LimitRangeSpec.attributeTypeMap;
}
}
exports.V1LimitRangeSpec = V1LimitRangeSpec;
V1LimitRangeSpec.discriminator = undefined;
V1LimitRangeSpec.attributeTypeMap = [
{
"name": "limits",
"baseName": "limits",
"type": "Array<V1LimitRangeItem>"
}
];
//# sourceMappingURL=v1LimitRangeSpec.js.map