AkriConnectorTemplateRuntimeImageConfigurationSettings interface
AkriConnectorTemplateRuntimeImageConfiguration properties.
Properties
| image |
The image name without any registry reference, tag or digest. |
| image |
The pull policy of the image. |
| registry |
The registry settings for the image. You can omit this field if using the default docker hub repository or using a local image. |
| replicas | The number of replicas to be set up. |
| tag |
Optional image tag or digest. If not specified, the default tag is |
Property Details
imageName
The image name without any registry reference, tag or digest.
imageName: string
Property Value
string
imagePullPolicy
The pull policy of the image.
imagePullPolicy?: string
Property Value
string
registrySettings
The registry settings for the image. You can omit this field if using the default docker hub repository or using a local image.
registrySettings?: AkriConnectorsRegistrySettingsUnion
Property Value
replicas
The number of replicas to be set up.
replicas?: number
Property Value
number
tagDigestSettings
Optional image tag or digest. If not specified, the default tag is latest.
tagDigestSettings?: AkriConnectorsTagDigestSettingsUnion