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

Fix imports

parent 87eee1ed
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"fmt" "fmt"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/pkg/api/v1" "k8s.io/api/core/v1"
) )
var NoActions []Action = []Action{} var NoActions []Action = []Action{}
......
...@@ -4,8 +4,8 @@ import ( ...@@ -4,8 +4,8 @@ import (
"reflect" "reflect"
u "github.com/zalando-incubator/postgres-operator/pkg/util" u "github.com/zalando-incubator/postgres-operator/pkg/util"
"k8s.io/client-go/pkg/api/v1" "k8s.io/api/core/v1"
"k8s.io/client-go/pkg/apis/apps/v1beta1" "k8s.io/api/apps/v1beta1"
) )
type ContainerCondition func(a, b *v1.Container) bool 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 to comment