All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToItems(Collection<PeerAuthentication> items) |
PeerAuthenticationListFluent.ItemsNested<A> |
addNewItem() |
PeerAuthenticationListFluent.ItemsNested<A> |
addNewItemLike(PeerAuthentication item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToItems(int index,
PeerAuthentication item) |
A |
addToItems(PeerAuthentication... items) |
PeerAuthentication |
buildFirstItem() |
PeerAuthentication |
buildItem(int index) |
List<PeerAuthentication> |
buildItems() |
PeerAuthentication |
buildLastItem() |
PeerAuthentication |
buildMatchingItem(Predicate<PeerAuthenticationBuilder> predicate) |
protected void |
copyInstance(PeerAuthenticationList instance) |
PeerAuthenticationListFluent.ItemsNested<A> |
editFirstItem() |
PeerAuthenticationListFluent.ItemsNested<A> |
editItem(int index) |
PeerAuthenticationListFluent.ItemsNested<A> |
editLastItem() |
PeerAuthenticationListFluent.ItemsNested<A> |
editMatchingItem(Predicate<PeerAuthenticationBuilder> predicate) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion() |
String |
getKind() |
io.fabric8.kubernetes.api.model.ListMeta |
getMetadata() |
boolean |
hasAdditionalProperties() |
boolean |
hasApiVersion() |
int |
hashCode() |
boolean |
hasItems() |
boolean |
hasKind() |
boolean |
hasMatchingItem(Predicate<PeerAuthenticationBuilder> predicate) |
boolean |
hasMetadata() |
A |
removeAllFromItems(Collection<PeerAuthentication> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromItems(PeerAuthentication... items) |
A |
removeMatchingFromItems(Predicate<PeerAuthenticationBuilder> predicate) |
PeerAuthenticationListFluent.ItemsNested<A> |
setNewItemLike(int index,
PeerAuthentication item) |
A |
setToItems(int index,
PeerAuthentication item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiVersion(String apiVersion) |
A |
withItems(List<PeerAuthentication> items) |
A |
withItems(PeerAuthentication... items) |
A |
withKind(String kind) |
A |
withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata) |
A |
withNewMetadata(String _continue,
Long remainingItemCount,
String resourceVersion,
String selfLink) |