public interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CloudCredentialListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(Integer index, CloudCredential item)
A setToItems(Integer index, CloudCredential item)
A addToItems(CloudCredential... items)
A addAllToItems(Collection<CloudCredential> items)
A removeFromItems(CloudCredential... items)
A removeAllFromItems(Collection<CloudCredential> items)
A removeMatchingFromItems(Predicate<CloudCredentialBuilder> predicate)
@Deprecated List<CloudCredential> getItems()
List<CloudCredential> buildItems()
CloudCredential buildItem(Integer index)
CloudCredential buildFirstItem()
CloudCredential buildLastItem()
CloudCredential buildMatchingItem(Predicate<CloudCredentialBuilder> predicate)
Boolean hasMatchingItem(Predicate<CloudCredentialBuilder> predicate)
A withItems(List<CloudCredential> items)
A withItems(CloudCredential... items)
Boolean hasItems()
CloudCredentialListFluent.ItemsNested<A> addNewItem()
CloudCredentialListFluent.ItemsNested<A> addNewItemLike(CloudCredential item)
CloudCredentialListFluent.ItemsNested<A> setNewItemLike(Integer index, CloudCredential item)
CloudCredentialListFluent.ItemsNested<A> editItem(Integer index)
CloudCredentialListFluent.ItemsNested<A> editFirstItem()
CloudCredentialListFluent.ItemsNested<A> editLastItem()
CloudCredentialListFluent.ItemsNested<A> editMatchingItem(Predicate<CloudCredentialBuilder> predicate)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.