Class SecretsConfigProperties
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
@ConfigurationProperties("spring.cloud.kubernetes.secrets")
public final class SecretsConfigProperties
extends SourceConfigProperties
Properties for configuring Kubernetes secrets.
- Author:
- l burgazzoli, Haytham Mohamed, Isik Erhan
-
Nested Class Summary
Nested classes/interfaces inherited from class SourceConfigProperties
SourceConfigProperties.Source -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecretsConfigProperties(boolean enabled, List<SourceConfigProperties.Source> sources, Map<String, String> labels, String name, String namespace, boolean useNameAsPrefix, boolean includeProfileSpecificSources, boolean failFast, RetryProperties retry, ReadType readType) -
Method Summary
Methods inherited from class SourceConfigProperties
determineSources, enabled, failFast, includeProfileSpecificSources, labels, name, namespace, readType, retry, sources, useNameAsPrefix
-
Field Details
-
PREFIX
-
-
Constructor Details
-
SecretsConfigProperties
public SecretsConfigProperties(@DefaultValue("false") boolean enabled, @DefaultValue List<SourceConfigProperties.Source> sources, @DefaultValue Map<String, String> labels, String name, String namespace, boolean useNameAsPrefix, @DefaultValue("true") boolean includeProfileSpecificSources, boolean failFast, @DefaultValue RetryProperties retry, @DefaultValue("BATCH") ReadType readType)
-