Package io.quarkus.kubernetes.deployment
Interface InitTaskConfig
public interface InitTaskConfig
-
Nested Class Summary
Nested Classes -
Method Summary
-
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, 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
InitTaskConfig.InitTaskContainerConfig waitForContainer()The configuration of the `wait for` container.
-