kubectl/pkg/cmd/debug
Arda Güçlü 2d1cd8a4fc (kubectl debug): Support debugging via files
Currently `kubectl debug` only supports passing names in command line.
However, users might want to pass resources in files by passing `-f` flag like
in all other kubectl commands.

This PR adds this ability.

Kubernetes-commit: e0fedec69d494cf02ac99a83733d7d92f6cc0c51
2023-02-10 10:21:15 +03:00
..
debug.go (kubectl debug): Support debugging via files 2023-02-10 10:21:15 +03:00
debug_test.go Implement kubectl debug profiles: general, baseline, and restricted (#114280) 2023-02-09 11:18:22 -06:00
profiles.go Implement kubectl debug profiles: general, baseline, and restricted (#114280) 2023-02-09 11:18:22 -06:00
profiles_test.go Implement kubectl debug profiles: general, baseline, and restricted (#114280) 2023-02-09 11:18:22 -06:00