Class InitTaskConfig


  • public class InitTaskConfig
    extends Object
    • Field Detail

      • enabled

        @ConfigItem(defaultValue="true")
        public boolean enabled
        If true, the init task will be generated. Otherwise, the init task resource generation will be skipped.
      • image

        @ConfigItem(defaultValue="groundnuty/k8s-wait-for:no-root-v1.7")
        public String image
        The init task image to use by the init-container.
    • Constructor Detail

      • InitTaskConfig

        public InitTaskConfig()