kubectl-curl icon indicating copy to clipboard operation
kubectl-curl copied to clipboard

support bare resource names, don't require explicitly specifying deployment, statefulset, daemonset

Open erikdw opened this issue 7 months ago • 0 comments

We allow users to pass just a bare resource name, searching the resource controllers for it in this priority:

  1. deployment
  2. statefulset
  3. daemonset

This priority maps to the common ones used in Segment by application developers, as opposed to infrastructure engineers who focus more on daemonsets.

erikdw avatar Sep 24 '25 21:09 erikdw