@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited @Conditional(value=ConditionalOnKubernetesConfigRetryDisabled.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.Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.