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