public interface VerticalPodAutoscalerCheckpointListFluent<A extends VerticalPodAutoscalerCheckpointListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A addToItems(int index, VerticalPodAutoscalerCheckpoint item)
A setToItems(int index, VerticalPodAutoscalerCheckpoint item)
A addToItems(VerticalPodAutoscalerCheckpoint... items)
A addAllToItems(Collection<VerticalPodAutoscalerCheckpoint> items)
A removeFromItems(VerticalPodAutoscalerCheckpoint... items)
A removeAllFromItems(Collection<VerticalPodAutoscalerCheckpoint> items)
A removeMatchingFromItems(Predicate<VerticalPodAutoscalerCheckpointBuilder> predicate)
@Deprecated List<VerticalPodAutoscalerCheckpoint> getItems()
List<VerticalPodAutoscalerCheckpoint> buildItems()
VerticalPodAutoscalerCheckpoint buildItem(int index)
VerticalPodAutoscalerCheckpoint buildFirstItem()
VerticalPodAutoscalerCheckpoint buildLastItem()
VerticalPodAutoscalerCheckpoint buildMatchingItem(Predicate<VerticalPodAutoscalerCheckpointBuilder> predicate)
Boolean hasMatchingItem(Predicate<VerticalPodAutoscalerCheckpointBuilder> predicate)
A withItems(List<VerticalPodAutoscalerCheckpoint> items)
A withItems(VerticalPodAutoscalerCheckpoint... items)
Boolean hasItems()
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> addNewItem()
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> addNewItemLike(VerticalPodAutoscalerCheckpoint item)
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> setNewItemLike(int index, VerticalPodAutoscalerCheckpoint item)
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> editItem(int index)
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> editFirstItem()
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> editLastItem()
VerticalPodAutoscalerCheckpointListFluent.ItemsNested<A> editMatchingItem(Predicate<VerticalPodAutoscalerCheckpointBuilder> predicate)
String getKind()
Boolean hasKind()
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2023 Red Hat. All rights reserved.