Package io.quarkus.kubernetes.client
Interface KubernetesConfigCustomizer
public interface KubernetesConfigCustomizer
Meant to be implemented by a CDI bean that provided arbitrary customization for the default
Config created by
Quarkus.
The Config is in turn used to produce the default KubernetesClient
-
Method Summary
-
Method Details
-
customize
void customize(io.fabric8.kubernetes.client.Config config)
-