Class InitTaskConfig

java.lang.Object
io.quarkus.kubernetes.deployment.InitTaskConfig

public class InitTaskConfig extends Object
  • Field Details

    • 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 Details

    • InitTaskConfig

      public InitTaskConfig()