@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited @Conditional(value=ConditionalOnKubernetesConfigOrSecretsRetryEnabled.OnKubernetesConfigPropertiesRetryEnabled.class) public @interface ConditionalOnKubernetesConfigOrSecretsRetryEnabled
@Conditional
that matches when either or both of
@ConditionalOnKubernetesConfigRetryEnabled
and
@ConditionalOnKubernetesSecretsRetryEnabled
.Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.