refactor: generated
This commit is contained in:
@@ -16,6 +16,7 @@ go_library(
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
"//pkg/api/v1:go_default_library",
|
||||
"//pkg/apis/meta/v1:go_default_library",
|
||||
"//pkg/cloudprovider/providers/aws:go_default_library",
|
||||
"//pkg/util/sets:go_default_library",
|
||||
"//plugin/pkg/scheduler:go_default_library",
|
||||
|
@@ -261,5 +261,5 @@ func isValidControllerKind(kind string) bool {
|
||||
|
||||
// EquivalencePod is a group of pod attributes which can be reused as equivalence to schedule other pods.
|
||||
type EquivalencePod struct {
|
||||
ControllerRef v1.OwnerReference
|
||||
ControllerRef metav1.OwnerReference
|
||||
}
|
||||
|
Reference in New Issue
Block a user