AkriConnectorTemplateRuntimeImageConfigurationSettings interface

AkriConnectorTemplateRuntimeImageConfiguration properties.

Properties

imageName

The image name without any registry reference, tag or digest.

imagePullPolicy

The pull policy of the image.

registrySettings

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.

tagDigestSettings

Optional image tag or digest. If not specified, the default tag is latest.

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

Property Value