We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 756eef1 + 314b6cb commit 3c951b1Copy full SHA for 3c951b1
pkg/kubectl/cmd/auth/cani.go
@@ -76,7 +76,7 @@ var (
76
kubectl auth can-i create pods --all-namespaces
77
78
# Check to see if I can list deployments in my current namespace
79
- kubectl auth can-i list deployments.extensions
+ kubectl auth can-i list deployments.apps
80
81
# Check to see if I can do everything in my current namespace ("*" means all)
82
kubectl auth can-i '*' '*'
0 commit comments