We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089d256 commit 27ae6caCopy full SHA for 27ae6ca
‎components/migrations_test.go
@@ -28,8 +28,8 @@ import (
28
corev1 "k8s.io/api/core/v1"
29
kerrors "k8s.io/apimachinery/pkg/api/errors"
30
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
31
- "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
32
- "k8s.io/apimachinery/pkg/runtime/schema"
+ // "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
+ // "k8s.io/apimachinery/pkg/runtime/schema"
33
"k8s.io/apimachinery/pkg/types"
34
35
migrationsv1beta1 "github.com/coderanger/migrations-operator/api/v1beta1"
0 commit comments