public class EndpointFluent<A extends EndpointFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
EndpointFluent() |
EndpointFluent(Endpoint instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(Endpoint instance) |
boolean |
equals(Object o) |
String |
getInterval() |
String |
getPath() |
String |
getPort() |
String |
getProxyUrl() |
String |
getScheme() |
io.fabric8.kubernetes.api.model.IntOrString |
getTargetPort() |
int |
hashCode() |
boolean |
hasHonorLabels() |
boolean |
hasInterval() |
boolean |
hasPath() |
boolean |
hasPort() |
boolean |
hasProxyUrl() |
boolean |
hasScheme() |
boolean |
hasTargetPort() |
boolean |
isHonorLabels() |
String |
toString() |
A |
withHonorLabels() |
A |
withHonorLabels(boolean honorLabels) |
A |
withInterval(String interval) |
A |
withNewTargetPort(Object value) |
A |
withPath(String path) |
A |
withPort(String port) |
A |
withProxyUrl(String proxyUrl) |
A |
withScheme(String scheme) |
A |
withTargetPort(io.fabric8.kubernetes.api.model.IntOrString targetPort) |
public EndpointFluent()
public EndpointFluent(Endpoint instance)
protected void copyInstance(Endpoint instance)
public String getPort()
public boolean hasPort()
public String getProxyUrl()
public boolean hasProxyUrl()
public String getScheme()
public boolean hasScheme()
public io.fabric8.kubernetes.api.model.IntOrString getTargetPort()
public A withTargetPort(io.fabric8.kubernetes.api.model.IntOrString targetPort)
public boolean hasTargetPort()
public String getPath()
public boolean hasPath()
public String getInterval()
public boolean hasInterval()
public boolean isHonorLabels()
public A withHonorLabels(boolean honorLabels)
public boolean hasHonorLabels()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EndpointFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EndpointFluent<A>>public A withHonorLabels()
Copyright © 2018–2024 Red Hat. All rights reserved.