{{$ctrl.item.name}}
{{ $ctrl.item.volumeMount.name }}
{{$ctrl.item.ui.selectedClass.name}}
{{ 'functions:V3IO' | i18next }}
{{ 'functions:SECRET' | i18next }}
{{ 'functions:CONFIG_MAP' | i18next }}
{{ 'functions:PVC' | i18next }}
{{ 'common:URL' | i18next }}: {{ $ctrl.item.url }};  {{ 'functions:MAX_WORKERS' | i18next }}: {{ $ctrl.item.maxWorkers }};  {{ 'functions:WORKER_AVAILABILITY_TIMEOUT' | i18next }}: {{ $ctrl.item.workerAvailabilityTimeoutMilliseconds }};  {{ 'functions:SECRET' | i18next }}: {{ $ctrl.item.secret }};  {{ key }}: {{ $ctrl.getAttributeValue(key, value) }};  {{ 'functions:ANNOTATIONS' | i18next }}: {{ $ctrl.item.annotations }};  {{ 'common:USERNAME' | i18next }}: {{ $ctrl.item.username }};  {{ 'common:PASSWORD' | i18next }}: {{ $ctrl.item.password }};  {{ 'functions:MOUNT_PATH' | i18next }}: {{ $ctrl.item.volumeMount.mountPath }};  {{ 'functions:CONTAINER_NAME' | i18next }}: {{ $ctrl.item.volume.flexVolume.options.container }};  {{ 'functions:SUB_PATH' | i18next }}: {{ $ctrl.item.volume.flexVolume.options.subPath }};  {{ 'functions:CONFIG_MAP_NAME' | i18next }}: {{ $ctrl.item.volume.configMap.name }};  {{ 'functions:PERSISTENT_VOLUME_CLAIM_NAME' | i18next }}:  {{ $ctrl.item.volume.persistentVolumeClaim.claimName }};  {{ 'functions:WORKER_ALLOCATOR_NAME' | i18next }}: {{ $ctrl.item.workerAllocatorName }}; 
{{ 'common:URL' | i18next }}:
{{ $ctrl.item.url }}
{{ 'functions:MAX_WORKERS' | i18next }}:
{{ $ctrl.item.maxWorkers }}
{{ 'functions:SECRET' | i18next }}:
{{ $ctrl.item.secret }}
{{ key }}:
{{ value }}