public interface DestinationFluent<A extends DestinationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DestinationFluent.PortNested<N> |
| Modifier and Type | Method and Description |
|---|---|
PortSelector |
buildPort() |
DestinationFluent.PortNested<A> |
editOrNewPort() |
DestinationFluent.PortNested<A> |
editOrNewPortLike(PortSelector item) |
DestinationFluent.PortNested<A> |
editPort() |
String |
getHost() |
PortSelector |
getPort()
Deprecated.
|
String |
getSubset() |
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) |
String getHost()
Boolean hasHost()
@Deprecated A withNewHost(String arg0)
@Deprecated PortSelector getPort()
PortSelector buildPort()
A withPort(PortSelector port)
Boolean hasPort()
DestinationFluent.PortNested<A> withNewPort()
DestinationFluent.PortNested<A> withNewPortLike(PortSelector item)
DestinationFluent.PortNested<A> editPort()
DestinationFluent.PortNested<A> editOrNewPort()
DestinationFluent.PortNested<A> editOrNewPortLike(PortSelector item)
String getSubset()
Boolean hasSubset()
@Deprecated A withNewSubset(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.