The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

Hierarchy

  • V1WeightedPodAffinityTerm

Constructors

Properties

podAffinityTerm: V1PodAffinityTerm
weight: number

weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc