karmada/pkg/scheduler
Lan Liang ed0f26c328 cleanup pointer, use ptr.Toto obtain a pointer, ptr.Deref to dereference a 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>
2024-05-28 05:32:33 +00:00
..
cache feat: add license and verify license for code file 2023-11-16 11:11:21 +08:00
core cleanup pointer, use ptr.Toto obtain a pointer, ptr.Deref to dereference a pointer. 2024-05-28 05:32:33 +00:00
framework bump golangci to v1.58.0 2024-05-13 09:32:13 +08:00
metrics feat: add license and verify license for code file 2023-11-16 11:11:21 +08:00
OWNERS Promote code owners as per community membership 2023-07-04 10:25:10 +08:00
event_handler.go Deprecate name/namespace labels of pp/cpp 2024-04-18 14:21:02 +08:00
helper.go feat: add license and verify license for code file 2023-11-16 11:11:21 +08:00
helper_test.go feat: add license and verify license for code file 2023-11-16 11:11:21 +08:00
scheduler.go Skip schedule deleting bindings 2024-05-24 17:19:10 +08:00
scheduler_metrics_test.go feat: add license and verify license for code file 2023-11-16 11:11:21 +08:00
scheduler_test.go Introduce a mechanism to scheduler to actively trigger rescheduling 2024-04-20 20:55:45 +08:00