Package org.springframework.cloud.kubernetes.commons.config
package org.springframework.cloud.kubernetes.commons.config
-
ClassDescriptionProvides a more succinct conditional
spring.cloud.kubernetes.config.fail-fast.@Conditionalthat matches when either or both of@ConditionalOnKubernetesConfigRetryEnabledand@ConditionalOnKubernetesSecretsRetryEnabled.@Conditionalthat matches when at least one of Spring Cloud Kubernetes, Kubernetes ConfigMap property sources or Kubernetes ConfigMap property sources fail fast (thus retry) is disabled.@Conditionalthat only matches when Spring Cloud Kubernetes, Kubernetes config, Kubernetes config fail-fast and Kubernetes config retry are enabled.Provides a more succinct conditionalspring.cloud.kubernetes.secrets.fail-fast.@Conditionalthat matches when at least one of Spring Cloud Kubernetes, Kubernetes Secret property sources or Kubernetes Secret property sources fail fast (thus retry) is disabled.@Conditionalthat only matches when Spring Cloud Kubernetes, Kubernetes secrets, Kubernetes secrets fail-fast and Kubernetes secrets retry are enabled.ConfigMapPropertySourceLocator for when retry is enabled.SecretsPropertySourceLocator for when retry is enabled.Config map configuration properties.A PropertySourceLocator that uses config maps.Utility class that works with configuration properties.A config map source that is based on labels.A secret source that is based on labels.A config map source that is based on name.A secret source that is based on name.Base class for Normalized Sources.Defines the type of the normalized source.Utility class to work with property sources.Properties for configuring Kubernetes secrets.Kubernetes property source for secrets.KubernetesPropertySourceLocatorfor secrets.Config map source.Holds the data for a certain source.Processor that extracts data from an input, where input can be a single yaml/properties file.