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