|
18 | 18 | "title": "Configuration: View", |
19 | 19 | "readOnlyHint": true, |
20 | 20 | "destructiveHint": false, |
21 | | - "idempotentHint": false, |
22 | 21 | "openWorldHint": true |
23 | 22 | }, |
24 | 23 | "description": "Get the current Kubernetes configuration content as a kubeconfig YAML", |
|
38 | 37 | "title": "Events: List", |
39 | 38 | "readOnlyHint": true, |
40 | 39 | "destructiveHint": false, |
41 | | - "idempotentHint": false, |
42 | 40 | "openWorldHint": true |
43 | 41 | }, |
44 | 42 | "description": "List all the Kubernetes events in the current cluster from all namespaces", |
|
64 | 62 | { |
65 | 63 | "annotations": { |
66 | 64 | "title": "Helm: Install", |
67 | | - "readOnlyHint": false, |
68 | 65 | "destructiveHint": false, |
69 | | - "idempotentHint": false, |
70 | 66 | "openWorldHint": true |
71 | 67 | }, |
72 | 68 | "description": "Install a Helm chart in the current or provided namespace", |
|
109 | 105 | "title": "Helm: List", |
110 | 106 | "readOnlyHint": true, |
111 | 107 | "destructiveHint": false, |
112 | | - "idempotentHint": false, |
113 | 108 | "openWorldHint": true |
114 | 109 | }, |
115 | 110 | "description": "List all the Helm releases in the current or provided namespace (or in all namespaces if specified)", |
|
139 | 134 | { |
140 | 135 | "annotations": { |
141 | 136 | "title": "Helm: Uninstall", |
142 | | - "readOnlyHint": false, |
143 | 137 | "destructiveHint": true, |
144 | 138 | "idempotentHint": true, |
145 | 139 | "openWorldHint": true |
|
176 | 170 | "title": "Namespaces: List", |
177 | 171 | "readOnlyHint": true, |
178 | 172 | "destructiveHint": false, |
179 | | - "idempotentHint": false, |
180 | 173 | "openWorldHint": true |
181 | 174 | }, |
182 | 175 | "description": "List all the Kubernetes namespaces in the current cluster", |
|
200 | 193 | "title": "Node: Log", |
201 | 194 | "readOnlyHint": true, |
202 | 195 | "destructiveHint": false, |
203 | | - "idempotentHint": false, |
204 | 196 | "openWorldHint": true |
205 | 197 | }, |
206 | 198 | "description": "Get logs from a Kubernetes node (kubelet, kube-proxy, or other system logs). This accesses node logs through the Kubernetes API proxy to the kubelet", |
|
242 | 234 | "title": "Node: Stats Summary", |
243 | 235 | "readOnlyHint": true, |
244 | 236 | "destructiveHint": false, |
245 | | - "idempotentHint": false, |
246 | 237 | "openWorldHint": true |
247 | 238 | }, |
248 | 239 | "description": "Get detailed resource usage statistics from a Kubernetes node via the kubelet's Summary API. Provides comprehensive metrics including CPU, memory, filesystem, and network usage at the node, pod, and container levels. On systems with cgroup v2 and kernel 4.20+, also includes PSI (Pressure Stall Information) metrics that show resource pressure for CPU, memory, and I/O. See https://kubernetes.io/docs/reference/instrumentation/understand-psi-metrics/ for details on PSI metrics", |
|
304 | 295 | { |
305 | 296 | "annotations": { |
306 | 297 | "title": "Pods: Delete", |
307 | | - "readOnlyHint": false, |
308 | 298 | "destructiveHint": true, |
309 | 299 | "idempotentHint": true, |
310 | 300 | "openWorldHint": true |
|
339 | 329 | { |
340 | 330 | "annotations": { |
341 | 331 | "title": "Pods: Exec", |
342 | | - "readOnlyHint": false, |
343 | 332 | "destructiveHint": true, |
344 | | - "idempotentHint": false, |
345 | 333 | "openWorldHint": true |
346 | 334 | }, |
347 | 335 | "description": "Execute a command in a Kubernetes Pod in the current or provided namespace with the provided name and command", |
|
388 | 376 | "title": "Pods: Get", |
389 | 377 | "readOnlyHint": true, |
390 | 378 | "destructiveHint": false, |
391 | | - "idempotentHint": false, |
392 | 379 | "openWorldHint": true |
393 | 380 | }, |
394 | 381 | "description": "Get a Kubernetes Pod in the current or provided namespace with the provided name", |
|
423 | 410 | "title": "Pods: List", |
424 | 411 | "readOnlyHint": true, |
425 | 412 | "destructiveHint": false, |
426 | | - "idempotentHint": false, |
427 | 413 | "openWorldHint": true |
428 | 414 | }, |
429 | 415 | "description": "List all the Kubernetes pods in the current cluster from all namespaces", |
|
452 | 438 | "title": "Pods: List in Namespace", |
453 | 439 | "readOnlyHint": true, |
454 | 440 | "destructiveHint": false, |
455 | | - "idempotentHint": false, |
456 | 441 | "openWorldHint": true |
457 | 442 | }, |
458 | 443 | "description": "List all the Kubernetes pods in the specified namespace in the current cluster", |
|
488 | 473 | "title": "Pods: Log", |
489 | 474 | "readOnlyHint": true, |
490 | 475 | "destructiveHint": false, |
491 | | - "idempotentHint": false, |
492 | 476 | "openWorldHint": true |
493 | 477 | }, |
494 | 478 | "description": "Get the logs of a Kubernetes Pod in the current or provided namespace with the provided name", |
|
535 | 519 | { |
536 | 520 | "annotations": { |
537 | 521 | "title": "Pods: Run", |
538 | | - "readOnlyHint": false, |
539 | 522 | "destructiveHint": false, |
540 | | - "idempotentHint": false, |
541 | 523 | "openWorldHint": true |
542 | 524 | }, |
543 | 525 | "description": "Run a Kubernetes Pod in the current or provided namespace with the provided container image and optional name", |
|
620 | 602 | { |
621 | 603 | "annotations": { |
622 | 604 | "title": "Resources: Create or Update", |
623 | | - "readOnlyHint": false, |
624 | 605 | "destructiveHint": true, |
625 | 606 | "idempotentHint": true, |
626 | 607 | "openWorldHint": true |
|
651 | 632 | { |
652 | 633 | "annotations": { |
653 | 634 | "title": "Resources: Delete", |
654 | | - "readOnlyHint": false, |
655 | 635 | "destructiveHint": true, |
656 | 636 | "idempotentHint": true, |
657 | 637 | "openWorldHint": true |
|
698 | 678 | "title": "Resources: Get", |
699 | 679 | "readOnlyHint": true, |
700 | 680 | "destructiveHint": false, |
701 | | - "idempotentHint": false, |
702 | 681 | "openWorldHint": true |
703 | 682 | }, |
704 | 683 | "description": "Get a Kubernetes resource in the current cluster by providing its apiVersion, kind, optionally the namespace, and its name\n(common apiVersion and kind include: v1 Pod, v1 Service, v1 Node, apps/v1 Deployment, networking.k8s.io/v1 Ingress)", |
|
743 | 722 | "title": "Resources: List", |
744 | 723 | "readOnlyHint": true, |
745 | 724 | "destructiveHint": false, |
746 | | - "idempotentHint": false, |
747 | 725 | "openWorldHint": true |
748 | 726 | }, |
749 | 727 | "description": "List Kubernetes resources and objects in the current cluster by providing their apiVersion and kind and optionally the namespace and label selector\n(common apiVersion and kind include: v1 Pod, v1 Service, v1 Node, apps/v1 Deployment, networking.k8s.io/v1 Ingress)", |
|
0 commit comments