Class KubernetesSecretLabelSupplier

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

@Deprecated(forRemoval=true, since="8.0.0") @Singleton @Requires(env="k8s") public class KubernetesSecretLabelSupplier extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced with config import implementation
Based on configuration dynamically evaluates the label selector for config maps.
  • Field Details

    • configuration

      protected final KubernetesConfiguration configuration
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • KubernetesSecretLabelSupplier

      public KubernetesSecretLabelSupplier(io.micronaut.kubernetes.client.reactor.CoreV1ApiReactorClient coreV1ApiReactorClient, KubernetesConfiguration configuration)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • get

      public String get()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      get in interface Supplier<String>