public class DeploymentListFluentImpl<A extends DeploymentListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DeploymentListFluent<A>
DeploymentListFluent.ItemsNested<N>| Constructor and Description |
|---|
DeploymentListFluentImpl() |
DeploymentListFluentImpl(DeploymentList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DeploymentListFluentImpl()
public DeploymentListFluentImpl(DeploymentList instance)
public String getApiVersion()
getApiVersion in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A addToItems(Integer index, Deployment item)
addToItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A setToItems(Integer index, Deployment item)
setToItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A addToItems(Deployment... items)
addToItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A addAllToItems(Collection<Deployment> items)
addAllToItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A removeFromItems(Deployment... items)
removeFromItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A removeAllFromItems(Collection<Deployment> items)
removeAllFromItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A removeMatchingFromItems(Predicate<DeploymentBuilder> predicate)
removeMatchingFromItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>@Deprecated public List<Deployment> getItems()
getItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public List<Deployment> buildItems()
buildItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Deployment buildItem(Integer index)
buildItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Deployment buildFirstItem()
buildFirstItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Deployment buildLastItem()
buildLastItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Deployment buildMatchingItem(Predicate<DeploymentBuilder> predicate)
buildMatchingItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Boolean hasMatchingItem(Predicate<DeploymentBuilder> predicate)
hasMatchingItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A withItems(List<Deployment> items)
withItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A withItems(Deployment... items)
withItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Boolean hasItems()
hasItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public DeploymentListFluent.ItemsNested<A> addNewItem()
addNewItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public DeploymentListFluent.ItemsNested<A> addNewItemLike(Deployment item)
addNewItemLike in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public DeploymentListFluent.ItemsNested<A> setNewItemLike(Integer index, Deployment item)
setNewItemLike in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public DeploymentListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public DeploymentListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public DeploymentListFluent.ItemsNested<A> editLastItem()
editLastItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public DeploymentListFluent.ItemsNested<A> editMatchingItem(Predicate<DeploymentBuilder> predicate)
editMatchingItem in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public String getKind()
getKind in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A withKind(String kind)
withKind in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Boolean hasKind()
hasKind in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DeploymentListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DeploymentListFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.