@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 996 B
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.
*/
/**
* A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.
*/
export class V1NodeSelector {
static getAttributeTypeMap() {
return V1NodeSelector.attributeTypeMap;
}
constructor() {
}
}
V1NodeSelector.discriminator = undefined;
V1NodeSelector.mapping = undefined;
V1NodeSelector.attributeTypeMap = [
{
"name": "nodeSelectorTerms",
"baseName": "nodeSelectorTerms",
"type": "Array<V1NodeSelectorTerm>",
"format": ""
}
];
//# sourceMappingURL=V1NodeSelector.js.map