public class DestinationFluentImpl<A extends DestinationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DestinationFluent<A>
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() |
String |
toString() |
A |
withHost(String host) |
DestinationFluent.PortNested<A> |
withNewPort() |
A |
withNewPort(Integer number) |
DestinationFluent.PortNested<A> |
withNewPortLike(PortSelector item) |
A |
withPort(PortSelector port) |
A |
withSubset(String subset) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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 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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DestinationFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DestinationFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.