Skip to content

Commit 4043132

Browse files
authored
Merge pull request #127 from Iceber/update_readme
update readme for fuzzy search
2 parents 71993af + e4a2a4f commit 4043132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
205207
First view the deployments in default namespace
206208
```sh
207209
$ kubectl --cluster cluster-1 get deployments

0 commit comments

Comments
 (0)