public class ConfigMapPropertySource
extends org.springframework.core.env.MapPropertySource
MapPropertySource that uses Kubernetes config maps.| Constructor and Description |
|---|
ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client,
String name) |
ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client,
String name,
String namespace,
org.springframework.core.env.Environment environment) |
ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client,
String name,
String namespace,
String[] profiles) |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.