public class MachinePoolFluentImpl<A extends MachinePoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MachinePoolFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
MachinePoolFluentImpl.PlatformNestedImpl<N> |
MachinePoolFluent.PlatformNested<N>| Constructor and Description |
|---|
MachinePoolFluentImpl() |
MachinePoolFluentImpl(MachinePool instance) |
public MachinePoolFluentImpl()
public MachinePoolFluentImpl(MachinePool instance)
public String getArchitecture()
getArchitecture in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withArchitecture(String architecture)
withArchitecture in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasArchitecture()
hasArchitecture in interface MachinePoolFluent<A extends MachinePoolFluent<A>>@Deprecated public A withNewArchitecture(String arg0)
withNewArchitecture in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getHyperthreading()
getHyperthreading in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withHyperthreading(String hyperthreading)
withHyperthreading in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasHyperthreading()
hasHyperthreading in interface MachinePoolFluent<A extends MachinePoolFluent<A>>@Deprecated public A withNewHyperthreading(String arg0)
withNewHyperthreading in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getName()
getName in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withName(String name)
withName in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasName()
hasName in interface MachinePoolFluent<A extends MachinePoolFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface MachinePoolFluent<A extends MachinePoolFluent<A>>@Deprecated public MachinePoolPlatform getPlatform()
getPlatform in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolPlatform buildPlatform()
buildPlatform in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withPlatform(MachinePoolPlatform platform)
withPlatform in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasPlatform()
hasPlatform in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.PlatformNested<A> withNewPlatform()
withNewPlatform in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.PlatformNested<A> withNewPlatformLike(MachinePoolPlatform item)
withNewPlatformLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.PlatformNested<A> editPlatform()
editPlatform in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.PlatformNested<A> editOrNewPlatform()
editOrNewPlatform in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.PlatformNested<A> editOrNewPlatformLike(MachinePoolPlatform item)
editOrNewPlatformLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Long getReplicas()
getReplicas in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withReplicas(Long replicas)
withReplicas in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasReplicas()
hasReplicas in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.