public class DestinationFluent<A extends DestinationFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DestinationFluent.PortNested<N> |
| Constructor and Description |
|---|
DestinationFluent() |
DestinationFluent(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() |
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 DestinationFluent()
public DestinationFluent(Destination instance)
public String getHost()
public boolean hasHost()
public PortSelector buildPort()
public A withPort(PortSelector port)
public boolean hasPort()
public DestinationFluent.PortNested<A> withNewPort()
public DestinationFluent.PortNested<A> withNewPortLike(PortSelector item)
public DestinationFluent.PortNested<A> editPort()
public DestinationFluent.PortNested<A> editOrNewPort()
public DestinationFluent.PortNested<A> editOrNewPortLike(PortSelector item)
public String getSubset()
public boolean hasSubset()
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.