public class ServerURLFluentImpl<A extends ServerURLFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServerURLFluent<A>
| Constructor and Description |
|---|
ServerURLFluentImpl() |
ServerURLFluentImpl(ServerURL instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCaBundle() |
String |
getUrl() |
Boolean |
hasCaBundle() |
int |
hashCode() |
Boolean |
hasUrl() |
A |
withCaBundle(String caBundle) |
A |
withNewCaBundle(String arg0)
Deprecated.
|
A |
withNewUrl(String arg0)
Deprecated.
|
A |
withUrl(String url) |
public ServerURLFluentImpl()
public ServerURLFluentImpl(ServerURL instance)
public String getCaBundle()
getCaBundle in interface ServerURLFluent<A extends ServerURLFluent<A>>public A withCaBundle(String caBundle)
withCaBundle in interface ServerURLFluent<A extends ServerURLFluent<A>>public Boolean hasCaBundle()
hasCaBundle in interface ServerURLFluent<A extends ServerURLFluent<A>>@Deprecated public A withNewCaBundle(String arg0)
withNewCaBundle in interface ServerURLFluent<A extends ServerURLFluent<A>>public String getUrl()
getUrl in interface ServerURLFluent<A extends ServerURLFluent<A>>public A withUrl(String url)
withUrl in interface ServerURLFluent<A extends ServerURLFluent<A>>public Boolean hasUrl()
hasUrl in interface ServerURLFluent<A extends ServerURLFluent<A>>@Deprecated public A withNewUrl(String arg0)
withNewUrl in interface ServerURLFluent<A extends ServerURLFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.