UNPKG

@kubernetes/client-node

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