File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ resources clusterpedia.io/v1beta1 false Resources
5858| Filter cluster names| ` search.clusterpedia.io/clusters ` | ` clusters ` |
5959| Filter namespaces| ` search.clusterpedia.io/namespaces ` | ` namespaces ` |
6060| Filter resource names| ` search.clusterpedia.io/names ` | ` names ` |
61+ | Fuzzy Search by resource name| ` internalstorage.clusterpedia.io/fuzzy-name ` | -|
6162| Since creation time| ` search.clusterpedia.io/since ` | ` since ` |
6263| Before creation time| ` search.clusterpedia.io/before ` | ` before ` |
6364| Specified Owner UID| ` search.clusterpedia.io/owner-uid ` | ` ownerUID ` |
@@ -202,6 +203,7 @@ cluster-1 coredns 2/2 2 2 68d coredns regist
202203```
203204
204205** Find the related pods by the name of the deployment**
206+
205207First view the deployments in default namespace
206208``` sh
207209$ kubectl --cluster cluster-1 get deployments
You can’t perform that action at this time.
0 commit comments