Class KubernetesSecretLabelSupplier
java.lang.Object
io.micronaut.kubernetes.configuration.KubernetesSecretLabelSupplier
@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 Summary
FieldsModifier and TypeFieldDescriptionprotected final KubernetesConfigurationDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionKubernetesSecretLabelSupplier(io.micronaut.kubernetes.client.reactor.CoreV1ApiReactorClient coreV1ApiReactorClient, KubernetesConfiguration configuration) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
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
-