public interface AddressableFluent<A extends AddressableFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
String |
getUrl() |
Boolean |
hasHostname() |
Boolean |
hasUrl() |
A |
withHostname(String hostname) |
A |
withUrl(String url) |
Copyright © 2015–2023 Red Hat. All rights reserved.