public interface V1DeploymentListFluent<A extends V1DeploymentListFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1DeploymentListFluent.ItemsNested<N> |
static interface |
V1DeploymentListFluent.MetadataNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
A addToItems(int index, V1Deployment item)
A setToItems(int index, V1Deployment item)
A addToItems(V1Deployment... items)
A addAllToItems(Collection<V1Deployment> items)
A removeFromItems(V1Deployment... items)
A removeAllFromItems(Collection<V1Deployment> items)
A removeMatchingFromItems(Predicate<V1DeploymentBuilder> predicate)
@Deprecated List<V1Deployment> getItems()
List<V1Deployment> buildItems()
V1Deployment buildItem(int index)
V1Deployment buildFirstItem()
V1Deployment buildLastItem()
V1Deployment buildMatchingItem(Predicate<V1DeploymentBuilder> predicate)
Boolean hasMatchingItem(Predicate<V1DeploymentBuilder> predicate)
A withItems(List<V1Deployment> items)
A withItems(V1Deployment... items)
Boolean hasItems()
V1DeploymentListFluent.ItemsNested<A> addNewItem()
V1DeploymentListFluent.ItemsNested<A> addNewItemLike(V1Deployment item)
V1DeploymentListFluent.ItemsNested<A> setNewItemLike(int index, V1Deployment item)
V1DeploymentListFluent.ItemsNested<A> editItem(int index)
V1DeploymentListFluent.ItemsNested<A> editFirstItem()
V1DeploymentListFluent.ItemsNested<A> editLastItem()
V1DeploymentListFluent.ItemsNested<A> editMatchingItem(Predicate<V1DeploymentBuilder> predicate)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
@Deprecated V1ListMeta getMetadata()
V1ListMeta buildMetadata()
A withMetadata(V1ListMeta metadata)
Boolean hasMetadata()
V1DeploymentListFluent.MetadataNested<A> withNewMetadata()
V1DeploymentListFluent.MetadataNested<A> withNewMetadataLike(V1ListMeta item)
V1DeploymentListFluent.MetadataNested<A> editMetadata()
V1DeploymentListFluent.MetadataNested<A> editOrNewMetadata()
V1DeploymentListFluent.MetadataNested<A> editOrNewMetadataLike(V1ListMeta item)
Copyright © 2020. All rights reserved.