Annotation Interface ConditionalOnKubernetesConfigMapsOrSecretsEnabled
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@Conditional(ConditionalOnKubernetesConfigMapsOrSecretsEnabled.OnKubernetesConfigMapsOrSecretesEnabled.class)
public @interface ConditionalOnKubernetesConfigMapsOrSecretsEnabled
@Conditional that matches when either or both of
@ConditionalOnKubernetesConfigEnabled and
@ConditionalOnKubernetesSecretsEnabled.- Author:
- wind57
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class