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