Package io.quarkus.kubernetes.deployment
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.use waitForContainer.image instead.The init task image to use by the init-container. -
waitForContainer
InitTaskConfig.InitTaskContainerConfig waitForContainer()The configuration of the `wait for` container.
-