@kubernetes/client-node
Version:
NodeJS client for kubernetes
68 lines • 1.8 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.
*/
/**
* ResourceClass is used by administrators to influence how resources are allocated. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
*/
export class V1alpha2ResourceClass {
static getAttributeTypeMap() {
return V1alpha2ResourceClass.attributeTypeMap;
}
constructor() {
}
}
V1alpha2ResourceClass.discriminator = undefined;
V1alpha2ResourceClass.mapping = undefined;
V1alpha2ResourceClass.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "driverName",
"baseName": "driverName",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "parametersRef",
"baseName": "parametersRef",
"type": "V1alpha2ResourceClassParametersReference",
"format": ""
},
{
"name": "structuredParameters",
"baseName": "structuredParameters",
"type": "boolean",
"format": ""
},
{
"name": "suitableNodes",
"baseName": "suitableNodes",
"type": "V1NodeSelector",
"format": ""
}
];
//# sourceMappingURL=V1alpha2ResourceClass.js.map