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