Annotation Type ConditionalOnKubernetesConfigOrSecretsRetryEnabled
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@Conditional(OnKubernetesConfigPropertiesRetryEnabled.class)
public @interface ConditionalOnKubernetesConfigOrSecretsRetryEnabled
@Conditional that matches when either or both of
@ConditionalOnKubernetesConfigRetryEnabled
and
@ConditionalOnKubernetesSecretsRetryEnabled.- Author:
- Isik Erhan
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class