Package org.springframework.cloud.kubernetes.commons.config
package org.springframework.cloud.kubernetes.commons.config
-
ClassDescriptionAbstraction over configuration properties.Kubernetes config retry properties.Provides 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.Config map configuration properties.Config map source.AMapPropertySourcethat uses Kubernetes config maps.APropertySourceLocatorthat uses config maps.Utility class that works with configuration properties.Utility class to work with property sources.Properties for configuring Kubernetes secrets.Kubernetes property source for secrets.KubernetesPropertySourceLocatorfor secrets.