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 |
addToKinds(int index,
String item) |
A |
addToKinds(String... items) |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getFirstKind() |
String |
getKind(int 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(int index,
String item) |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withKinds(List<String> kinds) |
A |
withKinds(String... kinds) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>public A addToKinds(int index, String item)
addToKinds in interface AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>public A setToKinds(int 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(int 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 boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowDenyItemFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowDenyItemFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.