(binding: V1BindingRow)
| 1194 | const sourceKey = migrationSourceKey; |
| 1195 | |
| 1196 | const bindingSourceScope = (binding: V1BindingRow): string => |
| 1197 | binding.sourceScopeId ?? binding.scopeId; |
| 1198 | |
| 1199 | const secretExists = ( |
| 1200 | secrets: readonly V1SecretRow[], |