mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
15 lines
501 B
YAML
15 lines
501 B
YAML
---
|
|
table_name: namespace_cluster_agent_mappings
|
|
classes:
|
|
- RemoteDevelopment::NamespaceClusterAgentMapping
|
|
feature_categories:
|
|
- workspaces
|
|
description: This table records associations between Namespaces and Cluster Agents
|
|
as a part of supporting group-cluster agent association in the context of Workspaces
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181926
|
|
milestone: '17.10'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
namespace_id: namespaces
|
|
table_size: small
|