@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.01 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.
*/
/**
* Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.
*/
export class V1Scheduling {
static getAttributeTypeMap() {
return V1Scheduling.attributeTypeMap;
}
constructor() {
}
}
V1Scheduling.discriminator = undefined;
V1Scheduling.mapping = undefined;
V1Scheduling.attributeTypeMap = [
{
"name": "nodeSelector",
"baseName": "nodeSelector",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "tolerations",
"baseName": "tolerations",
"type": "Array<V1Toleration>",
"format": ""
}
];
//# sourceMappingURL=V1Scheduling.js.map