Annotation Interface ConditionalOnKubernetesCatalogEnabled


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited @ConditionalOnProperty(value="spring.cloud.kubernetes.discovery.catalog-services-watch.enabled", matchIfMissing=true) public @interface ConditionalOnKubernetesCatalogEnabled
Provides a more succinct conditional spring.cloud.kubernetes.discovery.catalog-services-watch.enabled.
Author:
wind57