All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToMatchLabelKeys(Collection<String> items) |
A |
addAllToMismatchLabelKeys(Collection<String> items) |
A |
addAllToNamespaces(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToMatchLabelKeys(int index,
String item) |
A |
addToMatchLabelKeys(String... items) |
A |
addToMismatchLabelKeys(int index,
String item) |
A |
addToMismatchLabelKeys(String... items) |
A |
addToNamespaces(int index,
String item) |
A |
addToNamespaces(String... items) |
LabelSelector |
buildLabelSelector() |
LabelSelector |
buildNamespaceSelector() |
protected void |
copyInstance(PodAffinityTerm instance) |
PodAffinityTermFluent.LabelSelectorNested<A> |
editLabelSelector() |
PodAffinityTermFluent.NamespaceSelectorNested<A> |
editNamespaceSelector() |
PodAffinityTermFluent.LabelSelectorNested<A> |
editOrNewLabelSelector() |
PodAffinityTermFluent.LabelSelectorNested<A> |
editOrNewLabelSelectorLike(LabelSelector item) |
PodAffinityTermFluent.NamespaceSelectorNested<A> |
editOrNewNamespaceSelector() |
PodAffinityTermFluent.NamespaceSelectorNested<A> |
editOrNewNamespaceSelectorLike(LabelSelector item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstMatchLabelKey() |
String |
getFirstMismatchLabelKey() |
String |
getFirstNamespace() |
String |
getLastMatchLabelKey() |
String |
getLastMismatchLabelKey() |
String |
getLastNamespace() |
String |
getMatchingMatchLabelKey(Predicate<String> predicate) |
String |
getMatchingMismatchLabelKey(Predicate<String> predicate) |
String |
getMatchingNamespace(Predicate<String> predicate) |
String |
getMatchLabelKey(int index) |
List<String> |
getMatchLabelKeys() |
String |
getMismatchLabelKey(int index) |
List<String> |
getMismatchLabelKeys() |
String |
getNamespace(int index) |
List<String> |
getNamespaces() |
String |
getTopologyKey() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasLabelSelector() |
boolean |
hasMatchingMatchLabelKey(Predicate<String> predicate) |
boolean |
hasMatchingMismatchLabelKey(Predicate<String> predicate) |
boolean |
hasMatchingNamespace(Predicate<String> predicate) |
boolean |
hasMatchLabelKeys() |
boolean |
hasMismatchLabelKeys() |
boolean |
hasNamespaces() |
boolean |
hasNamespaceSelector() |
boolean |
hasTopologyKey() |
A |
removeAllFromMatchLabelKeys(Collection<String> items) |
A |
removeAllFromMismatchLabelKeys(Collection<String> items) |
A |
removeAllFromNamespaces(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromMatchLabelKeys(String... items) |
A |
removeFromMismatchLabelKeys(String... items) |
A |
removeFromNamespaces(String... items) |
A |
setToMatchLabelKeys(int index,
String item) |
A |
setToMismatchLabelKeys(int index,
String item) |
A |
setToNamespaces(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLabelSelector(LabelSelector labelSelector) |
A |
withMatchLabelKeys(List<String> matchLabelKeys) |
A |
withMatchLabelKeys(String... matchLabelKeys) |
A |
withMismatchLabelKeys(List<String> mismatchLabelKeys) |
A |
withMismatchLabelKeys(String... mismatchLabelKeys) |
A |
withNamespaces(List<String> namespaces) |
A |
withNamespaces(String... namespaces) |
A |
withNamespaceSelector(LabelSelector namespaceSelector) |
PodAffinityTermFluent.LabelSelectorNested<A> |
withNewLabelSelector() |
PodAffinityTermFluent.LabelSelectorNested<A> |
withNewLabelSelectorLike(LabelSelector item) |
PodAffinityTermFluent.NamespaceSelectorNested<A> |
withNewNamespaceSelector() |
PodAffinityTermFluent.NamespaceSelectorNested<A> |
withNewNamespaceSelectorLike(LabelSelector item) |
A |
withTopologyKey(String topologyKey) |