@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.17 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.
*/
/**
* A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
*/
export class V1LabelSelector {
static getAttributeTypeMap() {
return V1LabelSelector.attributeTypeMap;
}
constructor() {
}
}
V1LabelSelector.discriminator = undefined;
V1LabelSelector.mapping = undefined;
V1LabelSelector.attributeTypeMap = [
{
"name": "matchExpressions",
"baseName": "matchExpressions",
"type": "Array<V1LabelSelectorRequirement>",
"format": ""
},
{
"name": "matchLabels",
"baseName": "matchLabels",
"type": "{ [key: string]: string; }",
"format": ""
}
];
//# sourceMappingURL=V1LabelSelector.js.map