Class KubernetesConfigBuildTimeConfig


  • @ConfigRoot(name="kubernetes-config",
                phase=BUILD_TIME)
    public class KubernetesConfigBuildTimeConfig
    extends Object
    • Field Detail

      • secretsEnabled

        @ConfigItem(name="secrets.enabled",
                    defaultValue="false")
        public boolean secretsEnabled
        Whether or not configuration can be read from secrets. If set to true, Kubernetes resources allowing access to secrets (role and role binding) will be generated.
    • Constructor Detail

      • KubernetesConfigBuildTimeConfig

        public KubernetesConfigBuildTimeConfig()