support deprecated exec-plugin #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the deprecated exec plugin is (poorly) described here: https://kubectl.docs.kubernetes.io/guides/extending_kustomize/exec_plugins/
a transformer plugin called like this gets the plugin config yaml as the first arg, and receives the entire resource list as a plain multi-doc yaml in stdin (NOT as a ResourceList).
this will print the inputs in
inputs.txt.