62 lines
1.6 KiB
JavaScript
62 lines
1.6 KiB
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.V1PriorityClass = void 0;
|
|
/**
|
|
* PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
|
|
*/
|
|
class V1PriorityClass {
|
|
static getAttributeTypeMap() {
|
|
return V1PriorityClass.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1PriorityClass = V1PriorityClass;
|
|
V1PriorityClass.discriminator = undefined;
|
|
V1PriorityClass.attributeTypeMap = [
|
|
{
|
|
"name": "apiVersion",
|
|
"baseName": "apiVersion",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"baseName": "description",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "globalDefault",
|
|
"baseName": "globalDefault",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"name": "kind",
|
|
"baseName": "kind",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "metadata",
|
|
"baseName": "metadata",
|
|
"type": "V1ObjectMeta"
|
|
},
|
|
{
|
|
"name": "preemptionPolicy",
|
|
"baseName": "preemptionPolicy",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "value",
|
|
"baseName": "value",
|
|
"type": "number"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1PriorityClass.js.map
|