Class KubernetesClientProperties
- java.lang.Object
-
- org.apache.logging.log4j.kubernetes.KubernetesClientProperties
-
public class KubernetesClientProperties extends Object
Obtains properties used to configure the Kubernetes client.
-
-
Constructor Summary
Constructors Constructor Description KubernetesClientProperties(io.fabric8.kubernetes.client.Config base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApiVersion()
String
getCaCertData()
String
getCaCertFile()
String
getClientCertData()
String
getClientCertFile()
String
getClientKeyAlgo()
String
getClientKeyData()
String
getClientKeyFile()
String
getClientKeyPassphrase()
int
getConnectionTimeout()
String
getHttpProxy()
String
getHttpsProxy()
int
getLoggingInterval()
String
getMasterUrl()
String
getNamespace()
String[]
getNoProxy()
String
getPassword()
String
getProxyPassword()
String
getProxyUsername()
int
getRequestTimeout()
long
getRollingTimeout()
String
getUsername()
int
getWatchReconnectInterval()
int
getWatchReconnectLimit()
Boolean
isTrustCerts()
-
-
-
Constructor Detail
-
KubernetesClientProperties
public KubernetesClientProperties(io.fabric8.kubernetes.client.Config base)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
-
getCaCertFile
public String getCaCertFile()
-
getCaCertData
public String getCaCertData()
-
getClientCertFile
public String getClientCertFile()
-
getClientCertData
public String getClientCertData()
-
getClientKeyFile
public String getClientKeyFile()
-
getClientKeyData
public String getClientKeyData()
-
getClientKeyAlgo
public String getClientKeyAlgo()
-
getClientKeyPassphrase
public String getClientKeyPassphrase()
-
getConnectionTimeout
public int getConnectionTimeout()
-
getHttpProxy
public String getHttpProxy()
-
getHttpsProxy
public String getHttpsProxy()
-
getLoggingInterval
public int getLoggingInterval()
-
getMasterUrl
public String getMasterUrl()
-
getNamespace
public String getNamespace()
-
getNoProxy
public String[] getNoProxy()
-
getPassword
public String getPassword()
-
getProxyUsername
public String getProxyUsername()
-
getProxyPassword
public String getProxyPassword()
-
getRequestTimeout
public int getRequestTimeout()
-
getRollingTimeout
public long getRollingTimeout()
-
isTrustCerts
public Boolean isTrustCerts()
-
getUsername
public String getUsername()
-
getWatchReconnectInterval
public int getWatchReconnectInterval()
-
getWatchReconnectLimit
public int getWatchReconnectLimit()
-
-