public class MachineSetStatusFluentImpl<A extends MachineSetStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MachineSetStatusFluent<A>
| Constructor and Description |
|---|
MachineSetStatusFluentImpl() |
MachineSetStatusFluentImpl(MachineSetStatus instance) |
public MachineSetStatusFluentImpl()
public MachineSetStatusFluentImpl(MachineSetStatus instance)
public String getErrorMessage()
getErrorMessage in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A withErrorMessage(String errorMessage)
withErrorMessage in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Boolean hasErrorMessage()
hasErrorMessage in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>@Deprecated public A withNewErrorMessage(String arg0)
withNewErrorMessage in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public String getErrorReason()
getErrorReason in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A withErrorReason(String errorReason)
withErrorReason in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Boolean hasErrorReason()
hasErrorReason in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>@Deprecated public A withNewErrorReason(String arg0)
withNewErrorReason in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Integer getMaxReplicas()
getMaxReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A withMaxReplicas(Integer maxReplicas)
withMaxReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Boolean hasMaxReplicas()
hasMaxReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Integer getMinReplicas()
getMinReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A withMinReplicas(Integer minReplicas)
withMinReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Boolean hasMinReplicas()
hasMinReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public String getName()
getName in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A withName(String name)
withName in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Boolean hasName()
hasName in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Integer getReadyReplicas()
getReadyReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A withReadyReplicas(Integer readyReplicas)
withReadyReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Boolean hasReadyReplicas()
hasReadyReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Integer getReplicas()
getReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Boolean hasReplicas()
hasReplicas in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.