Files
k8s-set-context/node_modules/@kubernetes/client-node/dist/gen/model/v1WeightedPodAffinityTerm.js
github-actions[bot] 52d71d28bd Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
2022-06-29 15:41:55 -04:00

37 lines
1.1 KiB
JavaScript

"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.V1WeightedPodAffinityTerm = void 0;
/**
* The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)
*/
class V1WeightedPodAffinityTerm {
static getAttributeTypeMap() {
return V1WeightedPodAffinityTerm.attributeTypeMap;
}
}
exports.V1WeightedPodAffinityTerm = V1WeightedPodAffinityTerm;
V1WeightedPodAffinityTerm.discriminator = undefined;
V1WeightedPodAffinityTerm.attributeTypeMap = [
{
"name": "podAffinityTerm",
"baseName": "podAffinityTerm",
"type": "V1PodAffinityTerm"
},
{
"name": "weight",
"baseName": "weight",
"type": "number"
}
];
//# sourceMappingURL=v1WeightedPodAffinityTerm.js.map