@ConfigurationProperties(value="spring.cloud.kubernetes.configuration.watcher") public class ConfigurationWatcherConfigurationProperties extends Object
| Constructor and Description |
|---|
ConfigurationWatcherConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActuatorPath() |
Integer |
getActuatorPort() |
String |
getConfigLabel() |
Duration |
getRefreshDelay() |
String |
getSecretLabel() |
int |
getThreadPoolSize() |
void |
setActuatorPath(String actuatorPath) |
void |
setActuatorPort(Integer actuatorPort) |
void |
setConfigLabel(String configLabel) |
void |
setRefreshDelay(Duration refreshDelay) |
void |
setSecretLabel(String secretLabel) |
void |
setThreadPoolSize(int threadPoolSize) |
public ConfigurationWatcherConfigurationProperties()
public String getActuatorPath()
public void setActuatorPath(String actuatorPath)
public Integer getActuatorPort()
public void setActuatorPort(Integer actuatorPort)
public String getSecretLabel()
public void setSecretLabel(String secretLabel)
public String getConfigLabel()
public void setConfigLabel(String configLabel)
public Duration getRefreshDelay()
public void setRefreshDelay(Duration refreshDelay)
public int getThreadPoolSize()
public void setThreadPoolSize(int threadPoolSize)
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.