public class AllowDenyItemFluentImpl<A extends AllowDenyItemFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AllowDenyItemFluent<A>
| Constructor and Description |
|---|
AllowDenyItemFluentImpl() |
AllowDenyItemFluentImpl(AllowDenyItem instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToKinds(Collection<String> items) |
A |
addNewKind(String arg0) |
A |
addToKinds(Integer index,
String item) |
A |
addToKinds(String... items) |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getFirstKind() |
String |
getKind(Integer index) |
List<String> |
getKinds() |
String |
getLastKind() |
String |
getMatchingKind(Predicate<String> predicate) |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKinds() |
Boolean |
hasMatchingKind(Predicate<String> predicate) |
A |
removeAllFromKinds(Collection<String> items) |
A |
removeFromKinds(String... items) |
A |
setToKinds(Integer index,
String item) |
A |
withApiVersion(String apiVersion) |
A |
withKinds(List<String> kinds) |
A |
withKinds(String... kinds) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
public AllowDenyItemFluentImpl()
public AllowDenyItemFluentImpl(AllowDenyItem instance)
public String getApiVersion()
getApiVersion in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A addToKinds(Integer index, String item)
addToKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A setToKinds(Integer index, String item)
setToKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A addToKinds(String... items)
addToKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A addAllToKinds(Collection<String> items)
addAllToKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A removeFromKinds(String... items)
removeFromKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A removeAllFromKinds(Collection<String> items)
removeAllFromKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public List<String> getKinds()
getKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public String getKind(Integer index)
getKind in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public String getFirstKind()
getFirstKind in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public String getLastKind()
getLastKind in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public String getMatchingKind(Predicate<String> predicate)
getMatchingKind in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public Boolean hasMatchingKind(Predicate<String> predicate)
hasMatchingKind in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A withKinds(List<String> kinds)
withKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A withKinds(String... kinds)
withKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public Boolean hasKinds()
hasKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A addNewKind(String arg0)
addNewKind in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.