public interface ServerURLFluent<A extends ServerURLFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCaBundle() |
String |
getUrl() |
Boolean |
hasCaBundle() |
Boolean |
hasUrl() |
A |
withCaBundle(String caBundle) |
A |
withNewCaBundle(String arg0)
Deprecated.
|
A |
withNewUrl(String arg0)
Deprecated.
|
A |
withUrl(String url) |
String getCaBundle()
Boolean hasCaBundle()
@Deprecated A withNewCaBundle(String arg0)
String getUrl()
Boolean hasUrl()
@Deprecated A withNewUrl(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.