public class V1WeightedPodAffinityTerm extends Object
Constructor and Description |
---|
V1WeightedPodAffinityTerm() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1PodAffinityTerm |
getPodAffinityTerm()
Required.
|
Integer |
getWeight()
weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
|
int |
hashCode() |
V1WeightedPodAffinityTerm |
podAffinityTerm(V1PodAffinityTerm podAffinityTerm) |
void |
setPodAffinityTerm(V1PodAffinityTerm podAffinityTerm) |
void |
setWeight(Integer weight) |
String |
toString() |
V1WeightedPodAffinityTerm |
weight(Integer weight) |
public V1WeightedPodAffinityTerm podAffinityTerm(V1PodAffinityTerm podAffinityTerm)
public V1PodAffinityTerm getPodAffinityTerm()
public void setPodAffinityTerm(V1PodAffinityTerm podAffinityTerm)
public V1WeightedPodAffinityTerm weight(Integer weight)
public Integer getWeight()
public void setWeight(Integer weight)
Copyright © 2018. All rights reserved.