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