Annotation Type ConditionalOnKubernetesConfigRetryDisabled


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited @Conditional(OnConfigMapPropertiesRetryDisabled.class) public @interface ConditionalOnKubernetesConfigRetryDisabled
@Conditional that matches when at least one of Spring Cloud Kubernetes, Kubernetes ConfigMap property sources or Kubernetes ConfigMap property sources fail fast (thus retry) is disabled.
Author:
Isik Erhan