public class ProxyFactory extends Object
| Constructor and Description |
|---|
ProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
Proxy |
build(io.fabric8.kubernetes.client.Config config) |
Optional<okhttp3.Authenticator> |
buildProxyAuthenticator(io.fabric8.kubernetes.client.Config config) |
String |
getPassword() |
URL |
getUrl() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUrl(URL url) |
void |
setUsername(String username) |
public URL getUrl()
public void setUrl(URL url)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public Proxy build(io.fabric8.kubernetes.client.Config config) throws MalformedURLException
MalformedURLExceptionpublic Optional<okhttp3.Authenticator> buildProxyAuthenticator(io.fabric8.kubernetes.client.Config config)
Copyright © 2019. All rights reserved.