Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WeightedPodAffinityTerm

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

schema

io.k8s.api.core.v1.WeightedPodAffinityTerm

Hierarchy

  • WeightedPodAffinityTerm

Index

Properties

Properties

Readonly podAffinityTerm

podAffinityTerm: PodAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

schema

io.k8s.api.core.v1.WeightedPodAffinityTerm#podAffinityTerm

Readonly weight

weight: number

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

schema

io.k8s.api.core.v1.WeightedPodAffinityTerm#weight

Generated using TypeDoc