public class ClientConfigFluentImpl<A extends ClientConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClientConfigFluent<A>
| Constructor and Description |
|---|
ClientConfigFluentImpl() |
ClientConfigFluentImpl(ClientConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCaBundle() |
String |
getUrl() |
Boolean |
hasCaBundle() |
int |
hashCode() |
Boolean |
hasUrl() |
String |
toString() |
A |
withCaBundle(String caBundle) |
A |
withUrl(String url) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ClientConfigFluentImpl()
public ClientConfigFluentImpl(ClientConfig instance)
public String getCaBundle()
getCaBundle in interface ClientConfigFluent<A extends ClientConfigFluent<A>>public A withCaBundle(String caBundle)
withCaBundle in interface ClientConfigFluent<A extends ClientConfigFluent<A>>public Boolean hasCaBundle()
hasCaBundle in interface ClientConfigFluent<A extends ClientConfigFluent<A>>public String getUrl()
getUrl in interface ClientConfigFluent<A extends ClientConfigFluent<A>>public A withUrl(String url)
withUrl in interface ClientConfigFluent<A extends ClientConfigFluent<A>>public Boolean hasUrl()
hasUrl in interface ClientConfigFluent<A extends ClientConfigFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClientConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClientConfigFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.