public interface ServiceCatalogAPIServerListFluent<A extends ServiceCatalogAPIServerListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceCatalogAPIServerListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(Integer index, ServiceCatalogAPIServer item)
A setToItems(Integer index, ServiceCatalogAPIServer item)
A addToItems(ServiceCatalogAPIServer... items)
A addAllToItems(Collection<ServiceCatalogAPIServer> items)
A removeFromItems(ServiceCatalogAPIServer... items)
A removeAllFromItems(Collection<ServiceCatalogAPIServer> items)
A removeMatchingFromItems(Predicate<ServiceCatalogAPIServerBuilder> predicate)
@Deprecated List<ServiceCatalogAPIServer> getItems()
List<ServiceCatalogAPIServer> buildItems()
ServiceCatalogAPIServer buildItem(Integer index)
ServiceCatalogAPIServer buildFirstItem()
ServiceCatalogAPIServer buildLastItem()
ServiceCatalogAPIServer buildMatchingItem(Predicate<ServiceCatalogAPIServerBuilder> predicate)
Boolean hasMatchingItem(Predicate<ServiceCatalogAPIServerBuilder> predicate)
A withItems(List<ServiceCatalogAPIServer> items)
A withItems(ServiceCatalogAPIServer... items)
Boolean hasItems()
ServiceCatalogAPIServerListFluent.ItemsNested<A> addNewItem()
ServiceCatalogAPIServerListFluent.ItemsNested<A> addNewItemLike(ServiceCatalogAPIServer item)
ServiceCatalogAPIServerListFluent.ItemsNested<A> setNewItemLike(Integer index, ServiceCatalogAPIServer item)
ServiceCatalogAPIServerListFluent.ItemsNested<A> editItem(Integer index)
ServiceCatalogAPIServerListFluent.ItemsNested<A> editFirstItem()
ServiceCatalogAPIServerListFluent.ItemsNested<A> editLastItem()
ServiceCatalogAPIServerListFluent.ItemsNested<A> editMatchingItem(Predicate<ServiceCatalogAPIServerBuilder> 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.