Class KubernetesSecretLabelSupplier

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

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

  • Constructor Details

    • KubernetesSecretLabelSupplier

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