| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.machine.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
MachineSetSpec |
MachineSetSpecBuilder.build() |
MachineSetSpec |
MachineSetFluent.buildSpec() |
MachineSetSpec |
MachineSet.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MachineSetSpecFluent.copyInstance(MachineSetSpec instance) |
MachineSetFluent.SpecNested<A> |
MachineSetFluent.editOrNewSpecLike(MachineSetSpec item) |
void |
MachineSet.setSpec(MachineSetSpec spec) |
MachineSetFluent.SpecNested<A> |
MachineSetFluent.withNewSpecLike(MachineSetSpec item) |
A |
MachineSetFluent.withSpec(MachineSetSpec spec) |
| Constructor and Description |
|---|
MachineSet(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
MachineSetSpec spec,
MachineSetStatus status) |
MachineSetSpecBuilder(MachineSetSpec instance) |
MachineSetSpecBuilder(MachineSetSpecFluent<?> fluent,
MachineSetSpec instance) |
MachineSetSpecFluent(MachineSetSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.