Skip to content

Commit c48f333

Browse files
authored
misc updates (#14)
1 parent 69c50a6 commit c48f333

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ kubernetes-extension
3232
bin/
3333

3434
# Editor/IDE
35-
# .idea/
35+
.idea/
3636
# .vscode/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This extension enables declarative Kubernetes interactions within mcpchecker tas
88

99
| Operation | Description |
1010
|-----------|-------------|
11+
| `kubernetes.authCanI` | Check if a user or service account can perform an action on a resource |
1112
| `kubernetes.create` | Create a Kubernetes resource |
1213
| `kubernetes.delete` | Delete a Kubernetes resource |
1314
| `kubernetes.wait` | Wait for a condition on a resource (e.g., `Ready`, `Available`) |

0 commit comments

Comments
 (0)