AkriConnectorTemplateManagedConfigurationSettings interface
AkriConnectorTemplateManagedConfiguration properties.
Properties
| additional |
Additional configuration for the image of the managed configuration. |
| allocation | Allocation settings for the managed configuration. |
| managed |
The discriminator possible values: ImageConfiguration, StatefulSetConfiguration |
| persistent |
The persistent volume claims for the managed configuration. |
| persistent |
The persistent volume claim templates for the managed configuration. See https://raw.githubusercontent.com/kubernetes/kubernetes/refs/heads/master/api/openapi-spec/v3/apis__apps__v1_openapi.json. |
| secrets | Connector secrets that will be mounted onto all connector instances. |
| trust |
Trust list for the connector. This is used to specify the certificates that all connector instances should trust. |
Property Details
additionalConfiguration
Additional configuration for the image of the managed configuration.
additionalConfiguration?: Record<string, string>
Property Value
Record<string, string>
allocation
Allocation settings for the managed configuration.
allocation?: AkriConnectorTemplateAllocationUnion
Property Value
managedConfigurationType
The discriminator possible values: ImageConfiguration, StatefulSetConfiguration
managedConfigurationType: string
Property Value
string
persistentVolumeClaims
The persistent volume claims for the managed configuration.
persistentVolumeClaims?: AkriConnectorTemplatePersistentVolumeClaim[]
Property Value
persistentVolumeClaimTemplates
The persistent volume claim templates for the managed configuration. See https://raw.githubusercontent.com/kubernetes/kubernetes/refs/heads/master/api/openapi-spec/v3/apis__apps__v1_openapi.json.
persistentVolumeClaimTemplates?: Record<string, any>[]
Property Value
Record<string, any>[]
secrets
Connector secrets that will be mounted onto all connector instances.
secrets?: AkriConnectorsSecret[]
Property Value
trustSettings
Trust list for the connector. This is used to specify the certificates that all connector instances should trust.
trustSettings?: AkriConnectorTemplateTrustList