public class Fabric8ConfigMapPropertySource
extends org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
MapPropertySource
that uses Kubernetes config maps.Constructor and Description |
---|
Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client,
String name)
Deprecated.
|
Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client,
String name,
String namespace,
org.springframework.core.env.Environment environment)
Deprecated.
|
Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client,
String name,
String namespace,
org.springframework.core.env.Environment environment,
String prefix,
boolean includeProfileSpecificSources,
boolean failFast) |
defaultProcessAllEntries, extractProperties, getName, processAllEntries
containsProperty, getProperty, getPropertyNames
@Deprecated public Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name)
@Deprecated public Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name, String namespace, org.springframework.core.env.Environment environment)
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.