Merge pull request #39969 from ardaguclu/kep-3638-alpha

document plugin resolution as subcommand for builtin commands
This commit is contained in:
Kubernetes Prow Robot 2023-04-04 19:47:39 -07:00 committed by GitHub
commit e1c71e37c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -361,6 +361,14 @@ kubectl [flags]
</td>
</tr>
<tr>
<td colspan="2">KUBECTL_ENABLE_CMD_SHADOW</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, external plugins can be used as subcommands for builtin commands if subcommand does not exist. In alpha stage, this feature can only be used for create command(e.g. kubectl create networkpolicy).
</td>
</tr>
</tbody>
</table>