public class DestinationFluentImpl<A extends DestinationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DestinationFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DestinationFluentImpl.PortNestedImpl<N> |
DestinationFluent.PortNested<N>| Constructor and Description |
|---|
DestinationFluentImpl() |
DestinationFluentImpl(Destination instance) |
| Modifier and Type | Method and Description |
|---|---|
PortSelector |
buildPort() |
DestinationFluent.PortNested<A> |
editOrNewPort() |
DestinationFluent.PortNested<A> |
editOrNewPortLike(PortSelector item) |
DestinationFluent.PortNested<A> |
editPort() |
boolean |
equals(Object o) |
String |
getHost() |
PortSelector |
getPort()
Deprecated.
|
String |
getSubset() |
int |
hashCode() |
Boolean |
hasHost() |
Boolean |
hasPort() |
Boolean |
hasSubset() |
A |
withHost(String host) |
A |
withNewHost(String arg0)
Deprecated.
|
DestinationFluent.PortNested<A> |
withNewPort() |
A |
withNewPort(Integer number) |
DestinationFluent.PortNested<A> |
withNewPortLike(PortSelector item) |
A |
withNewSubset(String arg0)
Deprecated.
|
A |
withPort(PortSelector port) |
A |
withSubset(String subset) |
public DestinationFluentImpl()
public DestinationFluentImpl(Destination instance)
public String getHost()
getHost in interface DestinationFluent<A extends DestinationFluent<A>>public A withHost(String host)
withHost in interface DestinationFluent<A extends DestinationFluent<A>>public Boolean hasHost()
hasHost in interface DestinationFluent<A extends DestinationFluent<A>>@Deprecated public A withNewHost(String arg0)
withNewHost in interface DestinationFluent<A extends DestinationFluent<A>>@Deprecated public PortSelector getPort()
getPort in interface DestinationFluent<A extends DestinationFluent<A>>public PortSelector buildPort()
buildPort in interface DestinationFluent<A extends DestinationFluent<A>>public A withPort(PortSelector port)
withPort in interface DestinationFluent<A extends DestinationFluent<A>>public Boolean hasPort()
hasPort in interface DestinationFluent<A extends DestinationFluent<A>>public A withNewPort(Integer number)
withNewPort in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.PortNested<A> withNewPort()
withNewPort in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.PortNested<A> withNewPortLike(PortSelector item)
withNewPortLike in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.PortNested<A> editPort()
editPort in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.PortNested<A> editOrNewPort()
editOrNewPort in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.PortNested<A> editOrNewPortLike(PortSelector item)
editOrNewPortLike in interface DestinationFluent<A extends DestinationFluent<A>>public String getSubset()
getSubset in interface DestinationFluent<A extends DestinationFluent<A>>public A withSubset(String subset)
withSubset in interface DestinationFluent<A extends DestinationFluent<A>>public Boolean hasSubset()
hasSubset in interface DestinationFluent<A extends DestinationFluent<A>>@Deprecated public A withNewSubset(String arg0)
withNewSubset in interface DestinationFluent<A extends DestinationFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.