@kubernetes/client-node
Version:
NodeJS client for kubernetes
68 lines • 1.65 kB
JavaScript
/**
* 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.
*/
/**
* PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
*/
export class V1PriorityClass {
static getAttributeTypeMap() {
return V1PriorityClass.attributeTypeMap;
}
constructor() {
}
}
V1PriorityClass.discriminator = undefined;
V1PriorityClass.mapping = undefined;
V1PriorityClass.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "globalDefault",
"baseName": "globalDefault",
"type": "boolean",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "preemptionPolicy",
"baseName": "preemptionPolicy",
"type": "string",
"format": ""
},
{
"name": "value",
"baseName": "value",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=V1PriorityClass.js.map