public class RackFluentImpl<A extends RackFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RackFluent<A>
| Constructor and Description |
|---|
RackFluentImpl() |
RackFluentImpl(Rack instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTopologyKey() |
Boolean |
hasTopologyKey() |
A |
withNewTopologyKey(String arg1) |
A |
withNewTopologyKey(StringBuffer arg1) |
A |
withNewTopologyKey(StringBuilder arg1) |
A |
withTopologyKey(String topologyKey) |
public RackFluentImpl()
public RackFluentImpl(Rack instance)
public String getTopologyKey()
getTopologyKey in interface RackFluent<A extends RackFluent<A>>public A withTopologyKey(String topologyKey)
withTopologyKey in interface RackFluent<A extends RackFluent<A>>public Boolean hasTopologyKey()
hasTopologyKey in interface RackFluent<A extends RackFluent<A>>public A withNewTopologyKey(String arg1)
withNewTopologyKey in interface RackFluent<A extends RackFluent<A>>public A withNewTopologyKey(StringBuilder arg1)
withNewTopologyKey in interface RackFluent<A extends RackFluent<A>>public A withNewTopologyKey(StringBuffer arg1)
withNewTopologyKey in interface RackFluent<A extends RackFluent<A>>Copyright © 2019. All rights reserved.