public class NamespaceSelectorFluent<A extends NamespaceSelectorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
NamespaceSelectorFluent() |
NamespaceSelectorFluent(NamespaceSelector instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToMatchNames(Collection<String> items) |
A |
addToMatchNames(int index,
String item) |
A |
addToMatchNames(String... items) |
protected void |
copyInstance(NamespaceSelector instance) |
boolean |
equals(Object o) |
String |
getFirstMatchName() |
String |
getLastMatchName() |
String |
getMatchingMatchName(Predicate<String> predicate) |
String |
getMatchName(int index) |
List<String> |
getMatchNames() |
int |
hashCode() |
boolean |
hasMatchingMatchName(Predicate<String> predicate) |
boolean |
hasMatchNames() |
A |
removeAllFromMatchNames(Collection<String> items) |
A |
removeFromMatchNames(String... items) |
A |
setToMatchNames(int index,
String item) |
String |
toString() |
A |
withMatchNames(List<String> matchNames) |
A |
withMatchNames(String... matchNames) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NamespaceSelectorFluent()
public NamespaceSelectorFluent(NamespaceSelector instance)
protected void copyInstance(NamespaceSelector instance)
public A addAllToMatchNames(Collection<String> items)
public A removeAllFromMatchNames(Collection<String> items)
public String getMatchName(int index)
public String getFirstMatchName()
public String getLastMatchName()
public boolean hasMatchNames()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NamespaceSelectorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NamespaceSelectorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.