@ConfigurationProperties(value="spring.cloud.kubernetes.secrets") public class SecretsConfigProperties extends AbstractConfigProperties
Modifier and Type | Class and Description |
---|---|
static class |
SecretsConfigProperties.NormalizedSource |
static class |
SecretsConfigProperties.Source |
AbstractConfigProperties.RetryProperties
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
Prefix for Kubernetes secrets configuration properties.
|
enabled, failFast, includeProfileSpecificSources, name, namespace, retry, useNameAsPrefix
Constructor and Description |
---|
SecretsConfigProperties() |
Modifier and Type | Method and Description |
---|---|
List<SecretsConfigProperties.NormalizedSource> |
determineSources() |
String |
getConfigurationTarget() |
Map<String,String> |
getLabels() |
List<String> |
getPaths() |
List<SecretsConfigProperties.Source> |
getSources() |
boolean |
isEnableApi() |
void |
setEnableApi(boolean enableApi) |
void |
setLabels(Map<String,String> labels) |
void |
setPaths(List<String> paths) |
void |
setSources(List<SecretsConfigProperties.Source> sources) |
getName, getNamespace, getRetry, isEnabled, isFailFast, isIncludeProfileSpecificSources, isUseNameAsPrefix, setEnabled, setFailFast, setIncludeProfileSpecificSources, setName, setNamespace, setRetry, setUseNameAsPrefix
public static final String PREFIX
public boolean isEnableApi()
public void setEnableApi(boolean enableApi)
public List<SecretsConfigProperties.Source> getSources()
public void setSources(List<SecretsConfigProperties.Source> sources)
public String getConfigurationTarget()
getConfigurationTarget
in class AbstractConfigProperties
public List<SecretsConfigProperties.NormalizedSource> determineSources()
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.