public interface V1PodAffinityTermFluent<A extends V1PodAffinityTermFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1PodAffinityTermFluent.LabelSelectorNested<N> |
@Deprecated io.kubernetes.client.openapi.models.V1LabelSelector getLabelSelector()
io.kubernetes.client.openapi.models.V1LabelSelector buildLabelSelector()
A withLabelSelector(io.kubernetes.client.openapi.models.V1LabelSelector labelSelector)
Boolean hasLabelSelector()
V1PodAffinityTermFluent.LabelSelectorNested<A> withNewLabelSelector()
V1PodAffinityTermFluent.LabelSelectorNested<A> withNewLabelSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item)
V1PodAffinityTermFluent.LabelSelectorNested<A> editLabelSelector()
V1PodAffinityTermFluent.LabelSelectorNested<A> editOrNewLabelSelector()
V1PodAffinityTermFluent.LabelSelectorNested<A> editOrNewLabelSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item)
A addAllToNamespaces(Collection<String> items)
A removeAllFromNamespaces(Collection<String> items)
String getNamespace(int index)
String getFirstNamespace()
String getLastNamespace()
Boolean hasNamespaces()
String getTopologyKey()
Boolean hasTopologyKey()
@Deprecated A withNewTopologyKey(String original)
Copyright © 2021. All rights reserved.