kubectl-curl
kubectl-curl copied to clipboard
support bare resource names, don't require explicitly specifying deployment, statefulset, daemonset
We allow users to pass just a bare resource name, searching the resource controllers for it in this priority:
- deployment
- statefulset
- daemonset
This priority maps to the common ones used in Segment by application developers, as opposed to infrastructure engineers who focus more on daemonsets.