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 b242921 commit b44f0aaCopy full SHA for b44f0aa
api/v1beta1/rabbitmqcluster_types.go
@@ -18,7 +18,7 @@ import (
18
corev1 "k8s.io/api/core/v1"
19
k8sresource "k8s.io/apimachinery/pkg/api/resource"
20
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21
- runtime "k8s.io/apimachinery/pkg/runtime"
+ "k8s.io/apimachinery/pkg/runtime"
22
)
23
24
const (
api/v1beta1/rabbitmqcluster_types_test.go
@@ -16,7 +16,7 @@ import (
16
17
"k8s.io/apimachinery/pkg/api/resource"
"golang.org/x/net/context"
apierrors "k8s.io/apimachinery/pkg/api/errors"
0 commit comments