Class KubernetesClientAutoConfiguration
java.lang.Object
org.springframework.cloud.kubernetes.client.KubernetesClientAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnCloudPlatform(KUBERNETES)
@AutoConfigureAfter(org.springframework.cloud.kubernetes.commons.KubernetesCommonsAutoConfiguration.class)
public final class KubernetesClientAutoConfiguration
extends Object
- Author:
- Ryan Baxter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.kubernetes.commons.KubernetesNamespaceProviderkubernetesNamespaceProvider(org.springframework.core.env.Environment environment)
-
Constructor Details
-
KubernetesClientAutoConfiguration
public KubernetesClientAutoConfiguration()
-
-
Method Details
-
kubernetesNamespaceProvider
@Bean @ConditionalOnMissingBean public org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider kubernetesNamespaceProvider(org.springframework.core.env.Environment environment)
-