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 Detail

      • customize

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