@ConfigurationProperties(value="spring.cloud.kubernetes.client") public class KubernetesClientProperties extends Object
| Constructor and Description |
|---|
KubernetesClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion() |
String |
getCaCertData() |
String |
getCaCertFile() |
String |
getClientCertData() |
String |
getClientCertFile() |
String |
getClientKeyAlgo() |
String |
getClientKeyData() |
String |
getClientKeyFile() |
String |
getClientKeyPassphrase() |
Integer |
getConnectionTimeout() |
Integer |
getLoggingInterval() |
String |
getMasterUrl() |
String |
getNamespace() |
String |
getPassword() |
Integer |
getRequestTimeout() |
Long |
getRollingTimeout() |
String |
getUsername() |
Integer |
getWatchReconnectInterval() |
Integer |
getWatchReconnectLimit() |
Boolean |
isTrustCerts() |
public Boolean isTrustCerts()
public String getMasterUrl()
public String getApiVersion()
public String getNamespace()
public String getCaCertFile()
public String getCaCertData()
public String getClientCertFile()
public String getClientCertData()
public String getClientKeyFile()
public String getClientKeyData()
public String getClientKeyAlgo()
public String getClientKeyPassphrase()
public String getUsername()
public String getPassword()
public Integer getWatchReconnectInterval()
public Integer getWatchReconnectLimit()
public Integer getConnectionTimeout()
public Integer getRequestTimeout()
public Long getRollingTimeout()
public Integer getLoggingInterval()
Copyright © 2016 Red Hat. All rights reserved.