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 arg0)
Deprecated.
|
A |
withNewPath(String arg0)
Deprecated.
|
A |
withNewPort(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withPort(String port) |
String getPort()
Boolean hasPort()
@Deprecated A withNewPort(String arg0)
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
String getInterval()
Boolean hasInterval()
@Deprecated A withNewInterval(String arg0)
boolean isHonorLabels()
A withHonorLabels(boolean honorLabels)
Boolean hasHonorLabels()
Copyright © 2018–2022 Red Hat. All rights reserved.