kubectl/pkg/util/resource
Nikhil ad4e7654ea Remove deprecated PodRequestsAndLimits from kubectl/pkg/util/resource (#137442)
* Remove deprecated PodRequestsAndLimits from kubectl/pkg/util/resource

The PodRequestsAndLimits function was deprecated in favor of
k8s.io/component-helpers/resource.PodRequests and PodLimits,
which also support pod-level resources. There are no remaining
consumers in kubectl.

This removal includes the unexported helpers: podRequests,
podLimits, determineContainerReqs, max, addResourceList, and
maxResourceList.

* Remove test for deleted max helper function

Kubernetes-commit: e026a9482a167bec567f16f87efe9df4c09dbb06
2026-03-09 19:53:31 +05:30
..
resource.go Remove deprecated PodRequestsAndLimits from kubectl/pkg/util/resource (#137442) 2026-03-09 19:53:31 +05:30
resource_test.go Remove deprecated PodRequestsAndLimits from kubectl/pkg/util/resource (#137442) 2026-03-09 19:53:31 +05:30