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