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