Skip to content

Commit

Permalink
remove types client
Browse files Browse the repository at this point in the history
  • Loading branch information
limhawjia committed Jun 19, 2023
1 parent 7fdfbf1 commit e1513a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/client/generic/scheme/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
k8sscheme "k8s.io/client-go/kubernetes/scheme"

fedcorev1a1 "github.com/kubewharf/kubeadmiral/pkg/apis/core/v1alpha1"
fedtypesv1a1 "github.com/kubewharf/kubeadmiral/pkg/apis/types/v1alpha1"
)

var (
Expand All @@ -38,7 +37,6 @@ var (
ParameterCodec = runtime.NewParameterCodec(Scheme)
localSchemeBuilder = runtime.SchemeBuilder{
fedcorev1a1.AddToScheme,
fedtypesv1a1.AddToScheme,
k8sscheme.AddToScheme,
}
)
Expand Down

0 comments on commit e1513a9

Please sign in to comment.