mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-02-03 20:39:39 -05:00
* Enable plugin resolution as subcommand for selected builtin commands This PR adds external plugin resolution as subcommand for selected builtin commands if subcommand does not exist as builtin. In it's alpha stage, this will only be enabled for create command and this feature is hidden behind `KUBECTL_ENABLE_CMD_SHADOW` environment variable. * Rename parameter to exactMatch to better reflect Kubernetes-commit: a901bb630b5a353898c1b35df582a7faeef160a0
3 lines
No EOL
42 B
Bash
3 lines
No EOL
42 B
Bash
#!/bin/bash
|
|
|
|
echo "I am plugin create foo" |