public class MachinePoolFluent<A extends MachinePoolFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
MachinePoolFluent.ProcessorsNested<N> |
| Constructor and Description |
|---|
MachinePoolFluent() |
MachinePoolFluent(MachinePool instance) |
public MachinePoolFluent()
public MachinePoolFluent(MachinePool instance)
protected void copyInstance(MachinePool instance)
public Integer getMemoryGiB()
public boolean hasMemoryGiB()
public String getProcType()
public boolean hasProcType()
public io.fabric8.kubernetes.api.model.IntOrString buildProcessors()
public A withProcessors(io.fabric8.kubernetes.api.model.IntOrString processors)
public boolean hasProcessors()
public MachinePoolFluent.ProcessorsNested<A> withNewProcessors()
public MachinePoolFluent.ProcessorsNested<A> withNewProcessorsLike(io.fabric8.kubernetes.api.model.IntOrString item)
public MachinePoolFluent.ProcessorsNested<A> editProcessors()
public MachinePoolFluent.ProcessorsNested<A> editOrNewProcessors()
public MachinePoolFluent.ProcessorsNested<A> editOrNewProcessorsLike(io.fabric8.kubernetes.api.model.IntOrString item)
public String getSysType()
public boolean hasSysType()
public A addAllToVolumeIDs(Collection<String> items)
public A removeAllFromVolumeIDs(Collection<String> items)
public String getVolumeID(int index)
public String getFirstVolumeID()
public String getLastVolumeID()
public boolean hasVolumeIDs()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.