@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.5 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.30.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* PriorityLevelConfiguration represents the configuration of a priority level.
*/
export class V1beta3PriorityLevelConfiguration {
static getAttributeTypeMap() {
return V1beta3PriorityLevelConfiguration.attributeTypeMap;
}
constructor() {
}
}
V1beta3PriorityLevelConfiguration.discriminator = undefined;
V1beta3PriorityLevelConfiguration.mapping = undefined;
V1beta3PriorityLevelConfiguration.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": "V1beta3PriorityLevelConfigurationSpec",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "V1beta3PriorityLevelConfigurationStatus",
"format": ""
}
];
//# sourceMappingURL=V1beta3PriorityLevelConfiguration.js.map