Annotation Type ConditionalOnKubernetesSecretsRetryDisabled


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