public class NamespaceSelectorFluentImpl<A extends NamespaceSelectorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NamespaceSelectorFluent<A>
| Constructor and Description |
|---|
NamespaceSelectorFluentImpl() |
NamespaceSelectorFluentImpl(NamespaceSelector instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToMatchNames(Collection<String> items) |
A |
addNewMatchName(String arg1) |
A |
addNewMatchName(StringBuffer arg1) |
A |
addNewMatchName(StringBuilder arg1) |
A |
addToMatchNames(int index,
String item) |
A |
addToMatchNames(String... items) |
boolean |
equals(Object o) |
String |
getFirstMatchName() |
String |
getLastMatchName() |
String |
getMatchingMatchName(Predicate<String> predicate) |
String |
getMatchName(int index) |
List<String> |
getMatchNames() |
Boolean |
hasAny() |
int |
hashCode() |
Boolean |
hasMatchingMatchName(Predicate<String> predicate) |
Boolean |
hasMatchNames() |
Boolean |
isAny() |
A |
removeAllFromMatchNames(Collection<String> items) |
A |
removeFromMatchNames(String... items) |
A |
setToMatchNames(int index,
String item) |
A |
withAny(Boolean any) |
A |
withMatchNames(List<String> matchNames) |
A |
withMatchNames(String... matchNames) |
A |
withNewAny(boolean arg1) |
A |
withNewAny(String arg1) |
public NamespaceSelectorFluentImpl()
public NamespaceSelectorFluentImpl(NamespaceSelector instance)
public Boolean isAny()
isAny in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A withAny(Boolean any)
withAny in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public Boolean hasAny()
hasAny in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A withNewAny(String arg1)
withNewAny in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A withNewAny(boolean arg1)
withNewAny in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A addToMatchNames(int index, String item)
addToMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A setToMatchNames(int index, String item)
setToMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A addToMatchNames(String... items)
addToMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A addAllToMatchNames(Collection<String> items)
addAllToMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A removeFromMatchNames(String... items)
removeFromMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A removeAllFromMatchNames(Collection<String> items)
removeAllFromMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public List<String> getMatchNames()
getMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public String getMatchName(int index)
getMatchName in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public String getFirstMatchName()
getFirstMatchName in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public String getLastMatchName()
getLastMatchName in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public String getMatchingMatchName(Predicate<String> predicate)
getMatchingMatchName in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public Boolean hasMatchingMatchName(Predicate<String> predicate)
hasMatchingMatchName in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A withMatchNames(List<String> matchNames)
withMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A withMatchNames(String... matchNames)
withMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public Boolean hasMatchNames()
hasMatchNames in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A addNewMatchName(String arg1)
addNewMatchName in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A addNewMatchName(StringBuilder arg1)
addNewMatchName in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>public A addNewMatchName(StringBuffer arg1)
addNewMatchName in interface NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.