cybozu-go/accurate

Completion subcommand for kubectl-accurate

ymmt2005 opened this issue · 0 comments

What

This is not possible for the time being.
This is possible with Kubernetes 1.26 or better.
ref: kubernetes/kubernetes#105867

spf13/cobra can auto-generate shell completion rules, so add completion
subcommand to kubectl-accurate for Bash, Zsh, PowerShell, Fish, etc.

Note that it should work when invoked as kubectl accurate ....

How

Describe how to address the issue.

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions