You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Cluster Profile is essentially an individual member of the Cluster Inventory that details the properties and status of a cluster.
8
-
This API proposes a universal, standardized interface that defines how cluster information should be presented
7
+
A Cluster Profile is a namespace-level resource and essentially represents an individual member of the Cluster Inventory
8
+
that details properties and status of a cluster. This API proposes a standardized interface that defines how cluster information should be presented
9
9
and interacted with across different platforms and implementations.
10
10
11
11
You can read more details about the API in the [KEP-4322](https://github.com/kubernetes/enhancements/blob/master/keps/sig-multicluster/4322-cluster-inventory/README.md).
12
12
13
13
## Terminology
14
14
15
-
-**Cluster Inventory**: A conceptual term referring to a collection of clusters.
15
+
-**Cluster Inventory**: A conceptual term referring to a collection of clusters. A cluster inventory may or may not represent
16
+
a [ClusterSet](../api-types/cluster-set.md). A cluster inventory is considered a clusterSet if all its member clusters adhere to the
0 commit comments