public interface EndpointFluent<A extends EndpointFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getInterval() |
String |
getPath() |
String |
getPort() |
Boolean |
hasHonorLabels() |
Boolean |
hasInterval() |
Boolean |
hasPath() |
Boolean |
hasPort() |
boolean |
isHonorLabels() |
A |
withHonorLabels(boolean honorLabels) |
A |
withInterval(String interval) |
A |
withNewInterval(String arg1) |
A |
withNewInterval(StringBuffer arg1) |
A |
withNewInterval(StringBuilder arg1) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withNewPort(String arg1) |
A |
withNewPort(StringBuffer arg1) |
A |
withNewPort(StringBuilder arg1) |
A |
withPath(String path) |
A |
withPort(String port) |
String getPort()
Boolean hasPort()
A withNewPort(StringBuilder arg1)
A withNewPort(StringBuffer arg1)
String getPath()
Boolean hasPath()
A withNewPath(StringBuilder arg1)
A withNewPath(StringBuffer arg1)
String getInterval()
Boolean hasInterval()
A withNewInterval(StringBuilder arg1)
A withNewInterval(StringBuffer arg1)
boolean isHonorLabels()
A withHonorLabels(boolean honorLabels)
Boolean hasHonorLabels()
Copyright © 2018–2021 Red Hat. All rights reserved.