public interface AddressableFluent<A extends AddressableFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
Boolean |
hasUrl() |
A |
withNewUrl(String arg1) |
A |
withNewUrl(StringBuffer arg1) |
A |
withNewUrl(StringBuilder arg1) |
A |
withUrl(String url) |
String getUrl()
Boolean hasUrl()
A withNewUrl(StringBuilder arg1)
A withNewUrl(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.