Interface InitTaskConfig


public interface InitTaskConfig
  • Method Details

    • enabled

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

      @Deprecated(forRemoval=true, since="3.5") Optional<String> image()
      Deprecated, for removal: This API element is subject to removal in a future version.
      use waitForContainer.image instead.
      The init task image to use by the init container.
    • waitForContainer

      The configuration of the `wait for` container.