Package io.quarkus.kubernetes.deployment
Class InitTaskConfig
java.lang.Object
io.quarkus.kubernetes.deployment.InitTaskConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf true, the init task will be generated.Deprecated.The configuration of the `wait for` container. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem(defaultValue="true") public boolean enabledIf true, the init task will be generated. Otherwise, the init task resource generation will be skipped. -
image
Deprecated.The init task image to use by the init-container. Deprecated, use waitForContainer.image instead. -
waitForContainer
The configuration of the `wait for` container.
-
-
Constructor Details
-
InitTaskConfig
public InitTaskConfig()
-