Chapter 110. ImageArtifact schema reference
Used in: MountedPlugin
The type property is a discriminator that distinguishes use of the ImageArtifact type from other subtypes which may be added in the future. It must have the value image for the type ImageArtifact.
| Property | Property type | Description |
|---|---|---|
| type | string |
Must be |
| reference | string | Reference to the container image (OCI artifact) containing the Kafka Connect plugin. The image is mounted as a volume and provides the plugin binary. Required. |
| pullPolicy | string | Policy that determines when the container image (OCI artifact) is pulled. Possible values are:
Defaults to |