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
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#objectmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |
|`metadata`_[ListMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#listmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |
47
+
|`items`_[Fleet](#fleet) array_||
48
+
49
+
50
+
#### FleetSpec
51
+
52
+
53
+
54
+
FleetSpec defines the desired state of the fleet
55
+
56
+
_Appears in:_
57
+
-[Fleet](#fleet)
58
+
59
+
| Field | Description |
60
+
| --- | --- |
61
+
|`clusters`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#objectreference-v1-core) array_| Clusters represents the clusters that would be registered to the fleet. Note: only kurator cluster is supported now TODO: add attached cluster support? |
0 commit comments