public interface PodMonitorListFluent<A extends PodMonitorListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PodMonitorListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A addToItems(Integer index, PodMonitor item)
A setToItems(Integer index, PodMonitor item)
A addToItems(PodMonitor... items)
A addAllToItems(Collection<PodMonitor> items)
A removeFromItems(PodMonitor... items)
A removeAllFromItems(Collection<PodMonitor> items)
A removeMatchingFromItems(Predicate<PodMonitorBuilder> predicate)
@Deprecated List<PodMonitor> getItems()
List<PodMonitor> buildItems()
PodMonitor buildItem(Integer index)
PodMonitor buildFirstItem()
PodMonitor buildLastItem()
PodMonitor buildMatchingItem(Predicate<PodMonitorBuilder> predicate)
Boolean hasMatchingItem(Predicate<PodMonitorBuilder> predicate)
A withItems(List<PodMonitor> items)
A withItems(PodMonitor... items)
Boolean hasItems()
PodMonitorListFluent.ItemsNested<A> addNewItem()
PodMonitorListFluent.ItemsNested<A> addNewItemLike(PodMonitor item)
PodMonitorListFluent.ItemsNested<A> setNewItemLike(Integer index, PodMonitor item)
PodMonitorListFluent.ItemsNested<A> editItem(Integer index)
PodMonitorListFluent.ItemsNested<A> editFirstItem()
PodMonitorListFluent.ItemsNested<A> editLastItem()
PodMonitorListFluent.ItemsNested<A> editMatchingItem(Predicate<PodMonitorBuilder> predicate)
String getKind()
Boolean hasKind()
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–2023 Red Hat. All rights reserved.