Fix typo in comment.

This commit is contained in:
Marcin Owsiany 2017-10-18 10:21:36 +02:00
parent a1e786f138
commit 71c0c2d570

View File

@ -2394,7 +2394,7 @@ type WeightedPodAffinityTerm struct {
// relative to the given namespace(s)) that this pod should be // relative to the given namespace(s)) that this pod should be
// co-located (affinity) or not co-located (anti-affinity) with, // co-located (affinity) or not co-located (anti-affinity) with,
// where co-located is defined as running on a node whose value of // where co-located is defined as running on a node whose value of
// the label with key <topologyKey> tches that of any node on which // the label with key <topologyKey> matches that of any node on which
// a pod of the set of pods is running // a pod of the set of pods is running
type PodAffinityTerm struct { type PodAffinityTerm struct {
// A label query over a set of resources, in this case pods. // A label query over a set of resources, in this case pods.