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