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

        @Deprecated
        @ConfigItem
        public Optional<String> image
        Deprecated.
        The init task image to use by the init-container. Deprecated, use waitForContainer.image instead.
      • waitForContainer

        @ConfigItem
        public InitTaskContainerConfig waitForContainer
        The configuration of the `wait for` container.
    • Constructor Detail

      • InitTaskConfig

        public InitTaskConfig()