Annotation Type ConditionalOnKubernetesConfigRetryEnabled


@Target({TYPE,METHOD}) @Retention(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.
Author:
Isik Erhan