Package io.quarkus.kubernetes.client
Interface KubernetesConfigCustomizer
-
public interface KubernetesConfigCustomizer
Meant to be implemented by a CDI bean that provided arbitrary customization for the defaultConfig
created by Quarkus.The
Config
is in turn used to produce the defaultKubernetesClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(io.fabric8.kubernetes.client.Config config)
-