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 Details

    • KubernetesClientAutoConfiguration

      public KubernetesClientAutoConfiguration()
  • Method Details

    • kubernetesNamespaceProvider

      @Bean @ConditionalOnMissingBean public org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider kubernetesNamespaceProvider(org.springframework.core.env.Environment environment)