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

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(io.fabric8.kubernetes.client.Config config)
     
  • Method Details

    • customize

      void customize(io.fabric8.kubernetes.client.Config config)