Class KubernetesConfigMapLabelSupplier

java.lang.Object
io.micronaut.kubernetes.configuration.KubernetesConfigMapLabelSupplier
All Implemented Interfaces:
Supplier<String>

@Singleton @Requires(env="k8s") public class KubernetesConfigMapLabelSupplier extends Object
Based on configuration dynamically evaluates the label selector for config maps.
  • Field Details

  • Constructor Details

    • KubernetesConfigMapLabelSupplier

      public KubernetesConfigMapLabelSupplier(io.micronaut.kubernetes.client.reactor.CoreV1ApiReactorClient coreV1ApiReactorClient, KubernetesConfiguration configuration)
  • Method Details