Kazan v0.11.0 Kazan.Apis.Core.V1.WeightedPodAffinityTerm View Source

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

OpenAPI Definition: io.k8s.api.core.v1.WeightedPodAffinityTerm

Properties

  • pod_affinity_term :: Kazan.Apis.Core.V1.PodAffinityTerm

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

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.WeightedPodAffinityTerm{
  pod_affinity_term: Kazan.Apis.Core.V1.PodAffinityTerm.t(),
  weight: integer()
}