Files
kubernetes/pkg/apis/apps/v1
Lan Liang 258961cb35 pkg/appis/apps: use utils/ptr package instead of utils/pointer
The new k8s.io/utils/ptr package provides generic wrapper functions,
which can be used instead of type-specific pointer wrapper functions.
This replaces the latter with the former, and migrates other uses of
the deprecated pointer package to ptr in affacted files.

See kubernetes/utils#283 for details.

Signed-off-by: Lan Liang <gcslyp@gmail.com>
2025-06-05 05:30:59 +00:00
..
2024-12-02 16:59:34 +01:00