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