|
1 | 1 | # Glossary
|
2 | 2 |
|
3 |
| -About API: A cluster-local CRD to store arbitrary properties about a cluster. See [About API Overview](concepts/about-api.md). |
| 3 | +About API: A cluster-local CRD to store arbitrary properties about a cluster. |
| 4 | +See [About API Overview](concepts/about-api.md). |
4 | 5 |
|
5 |
| -ClusterProfile API: A CRD intended to store information about member clusters in a clusterset. See [ClusterProfile API Overview](concepts/clusterprofile-api.md). |
| 6 | +ClusterProfile API: A CRD intended to store information about member clusters in |
| 7 | +a clusterset. See [ClusterProfile API Overview](concepts/clusterprofile-api.md). |
6 | 8 |
|
7 |
| -ClusterSet: A group of clusters governed by a single authority, with a high degree of trust, and in which namespace sameness applies. See [ClusterSet reference](api-types/clusterset.md). |
| 9 | +ClusterSet: A group of clusters governed by a single authority, with a high |
| 10 | +degree of trust, and in which namespace sameness applies. See [ClusterSet |
| 11 | +reference](api-types/clusterset.md). |
8 | 12 |
|
9 |
| -Multicluster Services API: An CRD composed of the ServiceExport and ServiceImport Kinds, used to facilitate accessing Services across clusters. See [Multicluster Services API Overview](concepts/multicluster-services-api.md). |
| 13 | +Multicluster Services API: An CRD composed of the ServiceExport and |
| 14 | +ServiceImport Kinds, used to facilitate accessing Services across clusters. See |
| 15 | +[Multicluster Services API Overview](concepts/multicluster-services-api.md). |
10 | 16 |
|
11 |
| -Namespace Sameness: A property of clusters in clustersets, in which Kubernetes objects of the same name in the same namespace are expected to behave similarly across the clusterset. See [Namespace Sameness reference](api-types/namespace-sameness.md). |
| 17 | +Namespace Sameness: A property of clusters in clustersets, in which Kubernetes |
| 18 | +objects of the same name in the same namespace are expected to behave similarly |
| 19 | +across the clusterset. See [Namespace Sameness |
| 20 | +reference](api-types/namespace-sameness.md). |
12 | 21 |
|
13 |
| -Work API: A CRD defining the Work Kind, intended to facilitate distributing workloads across multiple clusters. See [Work API Overview](concepts/work-api.md). |
| 22 | +Work API: A CRD defining the Work Kind, intended to facilitate distributing |
| 23 | +workloads across multiple clusters. See [Work API |
| 24 | +Overview](concepts/work-api.md). |
0 commit comments