public class PlacementDecisionFluentImpl<A extends PlacementDecisionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PlacementDecisionFluent<A>
| Constructor and Description |
|---|
PlacementDecisionFluentImpl() |
PlacementDecisionFluentImpl(PlacementDecision instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClusterName() |
String |
getClusterNamespace() |
Boolean |
hasClusterName() |
Boolean |
hasClusterNamespace() |
int |
hashCode() |
A |
withClusterName(String clusterName) |
A |
withClusterNamespace(String clusterNamespace) |
A |
withNewClusterName(String arg0)
Deprecated.
|
A |
withNewClusterNamespace(String arg0)
Deprecated.
|
public PlacementDecisionFluentImpl()
public PlacementDecisionFluentImpl(PlacementDecision instance)
public String getClusterName()
getClusterName in interface PlacementDecisionFluent<A extends PlacementDecisionFluent<A>>public A withClusterName(String clusterName)
withClusterName in interface PlacementDecisionFluent<A extends PlacementDecisionFluent<A>>public Boolean hasClusterName()
hasClusterName in interface PlacementDecisionFluent<A extends PlacementDecisionFluent<A>>@Deprecated public A withNewClusterName(String arg0)
withNewClusterName in interface PlacementDecisionFluent<A extends PlacementDecisionFluent<A>>public String getClusterNamespace()
getClusterNamespace in interface PlacementDecisionFluent<A extends PlacementDecisionFluent<A>>public A withClusterNamespace(String clusterNamespace)
withClusterNamespace in interface PlacementDecisionFluent<A extends PlacementDecisionFluent<A>>public Boolean hasClusterNamespace()
hasClusterNamespace in interface PlacementDecisionFluent<A extends PlacementDecisionFluent<A>>@Deprecated public A withNewClusterNamespace(String arg0)
withNewClusterNamespace in interface PlacementDecisionFluent<A extends PlacementDecisionFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.