Skip to content
Snippets Groups Projects
Commit 736738b8 authored by erthalion's avatar erthalion
Browse files

Fix imports

parent 87eee1ed
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import (
"fmt"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/pkg/api/v1"
"k8s.io/api/core/v1"
)
var NoActions []Action = []Action{}
......
......@@ -4,8 +4,8 @@ import (
"reflect"
u "github.com/zalando-incubator/postgres-operator/pkg/util"
"k8s.io/client-go/pkg/api/v1"
"k8s.io/client-go/pkg/apis/apps/v1beta1"
"k8s.io/api/core/v1"
"k8s.io/api/apps/v1beta1"
)
type ContainerCondition func(a, b *v1.Container) bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment