public class ControlPlaneMachineSetSpecFluent<A extends ControlPlaneMachineSetSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ControlPlaneMachineSetSpecFluent.SelectorNested<N> |
class |
ControlPlaneMachineSetSpecFluent.StrategyNested<N> |
class |
ControlPlaneMachineSetSpecFluent.TemplateNested<N> |
| Constructor and Description |
|---|
ControlPlaneMachineSetSpecFluent() |
ControlPlaneMachineSetSpecFluent(ControlPlaneMachineSetSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ControlPlaneMachineSetSpecFluent()
public ControlPlaneMachineSetSpecFluent(ControlPlaneMachineSetSpec instance)
protected void copyInstance(ControlPlaneMachineSetSpec instance)
public Integer getReplicas()
public boolean hasReplicas()
public io.fabric8.kubernetes.api.model.LabelSelector buildSelector()
public A withSelector(io.fabric8.kubernetes.api.model.LabelSelector selector)
public boolean hasSelector()
public ControlPlaneMachineSetSpecFluent.SelectorNested<A> withNewSelector()
public ControlPlaneMachineSetSpecFluent.SelectorNested<A> withNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
public ControlPlaneMachineSetSpecFluent.SelectorNested<A> editSelector()
public ControlPlaneMachineSetSpecFluent.SelectorNested<A> editOrNewSelector()
public ControlPlaneMachineSetSpecFluent.SelectorNested<A> editOrNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
public String getState()
public boolean hasState()
public ControlPlaneMachineSetStrategy buildStrategy()
public A withStrategy(ControlPlaneMachineSetStrategy strategy)
public boolean hasStrategy()
public ControlPlaneMachineSetSpecFluent.StrategyNested<A> withNewStrategy()
public ControlPlaneMachineSetSpecFluent.StrategyNested<A> withNewStrategyLike(ControlPlaneMachineSetStrategy item)
public ControlPlaneMachineSetSpecFluent.StrategyNested<A> editStrategy()
public ControlPlaneMachineSetSpecFluent.StrategyNested<A> editOrNewStrategy()
public ControlPlaneMachineSetSpecFluent.StrategyNested<A> editOrNewStrategyLike(ControlPlaneMachineSetStrategy item)
public ControlPlaneMachineSetTemplate buildTemplate()
public A withTemplate(ControlPlaneMachineSetTemplate template)
public boolean hasTemplate()
public ControlPlaneMachineSetSpecFluent.TemplateNested<A> withNewTemplate()
public ControlPlaneMachineSetSpecFluent.TemplateNested<A> withNewTemplateLike(ControlPlaneMachineSetTemplate item)
public ControlPlaneMachineSetSpecFluent.TemplateNested<A> editTemplate()
public ControlPlaneMachineSetSpecFluent.TemplateNested<A> editOrNewTemplate()
public ControlPlaneMachineSetSpecFluent.TemplateNested<A> editOrNewTemplateLike(ControlPlaneMachineSetTemplate item)
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 ControlPlaneMachineSetSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ControlPlaneMachineSetSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.