kubernetes-models
Version:
10 lines (9 loc) • 498 B
JavaScript
import { Model, setSchema } from "@kubernetes-models/base";
import { addSchema } from "../_schemas/IoK8sApiCoreV1WeightedPodAffinityTerm.mjs";
/**
* The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)
*/
export class WeightedPodAffinityTerm extends Model {
}
setSchema(WeightedPodAffinityTerm, "io.k8s.api.core.v1.WeightedPodAffinityTerm", addSchema);
export { WeightedPodAffinityTerm as IoK8sApiCoreV1WeightedPodAffinityTerm };