Skip to content

Commit

Permalink
Use a native slices library (#1650)
Browse files Browse the repository at this point in the history
Signed-off-by: tenzen-y <[email protected]>
  • Loading branch information
tenzen-y authored Jan 29, 2024
1 parent 248255d commit c46f47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ package config

import (
"fmt"
"slices"

corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/validation"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/util/validation/field"
"k8s.io/utils/strings/slices"

configapi "sigs.k8s.io/kueue/apis/config/v1beta1"
)
Expand Down

0 comments on commit c46f47a

Please sign in to comment.