public class PlacementDecisionBuilder extends PlacementDecisionFluentImpl<PlacementDecisionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PlacementDecision,PlacementDecisionBuilder>
| Constructor and Description |
|---|
PlacementDecisionBuilder() |
PlacementDecisionBuilder(Boolean validationEnabled) |
PlacementDecisionBuilder(PlacementDecision instance) |
PlacementDecisionBuilder(PlacementDecision instance,
Boolean validationEnabled) |
PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent) |
PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent,
Boolean validationEnabled) |
PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent,
PlacementDecision instance) |
PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent,
PlacementDecision instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
PlacementDecision |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getClusterName, getClusterNamespace, hasClusterName, hasClusterNamespace, withClusterName, withClusterNamespace, withNewClusterName, withNewClusterNamespaceaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic PlacementDecisionBuilder()
public PlacementDecisionBuilder(Boolean validationEnabled)
public PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent)
public PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent, Boolean validationEnabled)
public PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent, PlacementDecision instance)
public PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent, PlacementDecision instance, Boolean validationEnabled)
public PlacementDecisionBuilder(PlacementDecision instance)
public PlacementDecisionBuilder(PlacementDecision instance, Boolean validationEnabled)
public PlacementDecision build()
build in interface io.fabric8.kubernetes.api.builder.Builder<PlacementDecision>public boolean equals(Object o)
equals in class PlacementDecisionFluentImpl<PlacementDecisionBuilder>public int hashCode()
hashCode in class PlacementDecisionFluentImpl<PlacementDecisionBuilder>Copyright © 2015–2022 Red Hat. All rights reserved.