Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
4a983766a0
commit
52d71d28bd
47
node_modules/@kubernetes/client-node/dist/gen/model/v1PodAffinityTerm.js
generated
vendored
Normal file
47
node_modules/@kubernetes/client-node/dist/gen/model/v1PodAffinityTerm.js
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
"use strict";
|
||||
/**
|
||||
* Kubernetes
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
*
|
||||
* The version of the OpenAPI document: v1.22.2
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.V1PodAffinityTerm = void 0;
|
||||
/**
|
||||
* Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running
|
||||
*/
|
||||
class V1PodAffinityTerm {
|
||||
static getAttributeTypeMap() {
|
||||
return V1PodAffinityTerm.attributeTypeMap;
|
||||
}
|
||||
}
|
||||
exports.V1PodAffinityTerm = V1PodAffinityTerm;
|
||||
V1PodAffinityTerm.discriminator = undefined;
|
||||
V1PodAffinityTerm.attributeTypeMap = [
|
||||
{
|
||||
"name": "labelSelector",
|
||||
"baseName": "labelSelector",
|
||||
"type": "V1LabelSelector"
|
||||
},
|
||||
{
|
||||
"name": "namespaceSelector",
|
||||
"baseName": "namespaceSelector",
|
||||
"type": "V1LabelSelector"
|
||||
},
|
||||
{
|
||||
"name": "namespaces",
|
||||
"baseName": "namespaces",
|
||||
"type": "Array<string>"
|
||||
},
|
||||
{
|
||||
"name": "topologyKey",
|
||||
"baseName": "topologyKey",
|
||||
"type": "string"
|
||||
}
|
||||
];
|
||||
//# sourceMappingURL=v1PodAffinityTerm.js.map
|
Reference in New Issue
Block a user