public class MachinePoolFluent<A extends MachinePoolFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
MachinePoolFluent.PlatformNested<N> |
| Constructor and Description |
|---|
MachinePoolFluent() |
MachinePoolFluent(MachinePool instance) |
public MachinePoolFluent()
public MachinePoolFluent(MachinePool instance)
protected void copyInstance(MachinePool instance)
public String getArchitecture()
public boolean hasArchitecture()
public String getHyperthreading()
public boolean hasHyperthreading()
public String getName()
public boolean hasName()
public MachinePoolPlatform buildPlatform()
public A withPlatform(MachinePoolPlatform platform)
public boolean hasPlatform()
public MachinePoolFluent.PlatformNested<A> withNewPlatform()
public MachinePoolFluent.PlatformNested<A> withNewPlatformLike(MachinePoolPlatform item)
public MachinePoolFluent.PlatformNested<A> editPlatform()
public MachinePoolFluent.PlatformNested<A> editOrNewPlatform()
public MachinePoolFluent.PlatformNested<A> editOrNewPlatformLike(MachinePoolPlatform item)
public Long getReplicas()
public boolean hasReplicas()
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–2024 Red Hat. All rights reserved.