public class ServiceMonitorListFluentImpl<A extends ServiceMonitorListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServiceMonitorListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceMonitorListFluentImpl.ItemsNestedImpl<N> |
ServiceMonitorListFluent.ItemsNested<N>| Constructor and Description |
|---|
ServiceMonitorListFluentImpl() |
ServiceMonitorListFluentImpl(ServiceMonitorList instance) |
public ServiceMonitorListFluentImpl()
public ServiceMonitorListFluentImpl(ServiceMonitorList instance)
public String getApiVersion()
getApiVersion in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A addToItems(int index, ServiceMonitor item)
addToItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A setToItems(int index, ServiceMonitor item)
setToItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A addToItems(ServiceMonitor... items)
addToItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A addAllToItems(Collection<ServiceMonitor> items)
addAllToItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A removeFromItems(ServiceMonitor... items)
removeFromItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A removeAllFromItems(Collection<ServiceMonitor> items)
removeAllFromItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A removeMatchingFromItems(Predicate<ServiceMonitorBuilder> predicate)
removeMatchingFromItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>@Deprecated public List<ServiceMonitor> getItems()
getItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public List<ServiceMonitor> buildItems()
buildItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitor buildItem(int index)
buildItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitor buildFirstItem()
buildFirstItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitor buildLastItem()
buildLastItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitor buildMatchingItem(Predicate<ServiceMonitorBuilder> predicate)
buildMatchingItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public Boolean hasMatchingItem(Predicate<ServiceMonitorBuilder> predicate)
hasMatchingItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A withItems(List<ServiceMonitor> items)
withItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A withItems(ServiceMonitor... items)
withItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public Boolean hasItems()
hasItems in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitorListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitorListFluent.ItemsNested<A> addNewItemLike(ServiceMonitor item)
addNewItemLike in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitorListFluent.ItemsNested<A> setNewItemLike(int index, ServiceMonitor item)
setNewItemLike in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitorListFluent.ItemsNested<A> editItem(int index)
editItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitorListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitorListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public ServiceMonitorListFluent.ItemsNested<A> editMatchingItem(Predicate<ServiceMonitorBuilder> predicate)
editMatchingItem in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public String getKind()
getKind in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A withKind(String kind)
withKind in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public Boolean hasKind()
hasKind in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ServiceMonitorListFluent<A extends ServiceMonitorListFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.