public class AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
AllowDenyItemFluent() |
AllowDenyItemFluent(AllowDenyItem instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToKinds(Collection<String> items) |
A |
addToKinds(int index,
String item) |
A |
addToKinds(String... items) |
protected void |
copyInstance(AllowDenyItem instance) |
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) |
public AllowDenyItemFluent()
public AllowDenyItemFluent(AllowDenyItem instance)
protected void copyInstance(AllowDenyItem instance)
public String getApiVersion()
public boolean hasApiVersion()
public A addAllToKinds(Collection<String> items)
public A removeAllFromKinds(Collection<String> items)
public String getKind(int index)
public String getFirstKind()
public String getLastKind()
public boolean hasKinds()
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.