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) |
public DestinationFluent()
public DestinationFluent(Destination instance)
protected void copyInstance(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 <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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.