public class ScaleBuilder extends ScaleFluentImpl<ScaleBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Scale,ScaleBuilder>
| Constructor and Description |
|---|
ScaleBuilder() |
ScaleBuilder(Boolean validationEnabled) |
ScaleBuilder(Scale instance) |
ScaleBuilder(Scale instance,
Boolean validationEnabled) |
ScaleBuilder(ScaleFluent<?> fluent) |
ScaleBuilder(ScaleFluent<?> fluent,
Boolean validationEnabled) |
ScaleBuilder(ScaleFluent<?> fluent,
Scale instance) |
ScaleBuilder(ScaleFluent<?> fluent,
Scale instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
EditableScale |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getLabelSelectorPath, getSpecReplicasPath, getStatusReplicasPath, hasLabelSelectorPath, hasSpecReplicasPath, hasStatusReplicasPath, withLabelSelectorPath, withNewLabelSelectorPath, withNewLabelSelectorPath, withNewLabelSelectorPath, withNewSpecReplicasPath, withNewSpecReplicasPath, withNewSpecReplicasPath, withNewStatusReplicasPath, withNewStatusReplicasPath, withNewStatusReplicasPath, withSpecReplicasPath, withStatusReplicasPathaccept, accept, aggregate, aggregate, build, build, builderOfpublic ScaleBuilder()
public ScaleBuilder(Boolean validationEnabled)
public ScaleBuilder(ScaleFluent<?> fluent)
public ScaleBuilder(ScaleFluent<?> fluent, Boolean validationEnabled)
public ScaleBuilder(ScaleFluent<?> fluent, Scale instance)
public ScaleBuilder(ScaleFluent<?> fluent, Scale instance, Boolean validationEnabled)
public ScaleBuilder(Scale instance)
public EditableScale build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Scale>public boolean equals(Object o)
equals in class ScaleFluentImpl<ScaleBuilder>public int hashCode()
hashCode in class ScaleFluentImpl<ScaleBuilder>Copyright © 2018–2021 Red Hat. All rights reserved.