@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited @ConditionalOnKubernetesEnabled @ConditionalOnKubernetesConfigEnabled @ConditionalOnKubernetesConfigFailFastEnabled @ConditionalOnProperty(prefix="spring.cloud.kubernetes.config.retry", name="enabled", havingValue="true", matchIfMissing=true) public @interface ConditionalOnKubernetesConfigRetryEnabled
@Conditional
that only
matches when Spring Cloud Kubernetes, Kubernetes config, Kubernetes config fail-fast
and Kubernetes config retry are enabled.Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.