public class KubernetesEnvironmentRepository extends Object implements org.springframework.cloud.config.server.environment.EnvironmentRepository
Constructor and Description |
---|
KubernetesEnvironmentRepository(io.kubernetes.client.openapi.apis.CoreV1Api coreApi,
List<KubernetesPropertySourceSupplier> kubernetesPropertySourceSuppliers,
String namespace) |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.config.environment.Environment |
findOne(String application,
String profile,
String label) |
org.springframework.cloud.config.environment.Environment |
findOne(String application,
String profile,
String label,
boolean includeOrigin) |
public KubernetesEnvironmentRepository(io.kubernetes.client.openapi.apis.CoreV1Api coreApi, List<KubernetesPropertySourceSupplier> kubernetesPropertySourceSuppliers, String namespace)
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.