go fmt
This commit is contained in:
		
							parent
							
								
									b0b25ecfd3
								
							
						
					
					
						commit
						5db09facd5
					
				|  | @ -5,11 +5,11 @@ import ( | |||
| 	"fmt" | ||||
| 	"net/http" | ||||
| 	"net/http/pprof" | ||||
| 	"sync" | ||||
| 	"regexp" | ||||
| 	"sync" | ||||
| 
 | ||||
| 	"github.com/Sirupsen/logrus" | ||||
| 	"encoding/json" | ||||
| 	"github.com/Sirupsen/logrus" | ||||
| ) | ||||
| 
 | ||||
| type ClusterInformer interface { | ||||
|  |  | |||
|  | @ -10,12 +10,12 @@ import ( | |||
| 	"k8s.io/client-go/rest" | ||||
| 	"k8s.io/client-go/tools/cache" | ||||
| 
 | ||||
| 	"github.com/zalando-incubator/postgres-operator/pkg/apiserver" | ||||
| 	"github.com/zalando-incubator/postgres-operator/pkg/cluster" | ||||
| 	"github.com/zalando-incubator/postgres-operator/pkg/spec" | ||||
| 	"github.com/zalando-incubator/postgres-operator/pkg/util/config" | ||||
| 	"github.com/zalando-incubator/postgres-operator/pkg/util/constants" | ||||
| 	"github.com/zalando-incubator/postgres-operator/pkg/util/k8sutil" | ||||
| 	"github.com/zalando-incubator/postgres-operator/pkg/apiserver" | ||||
| ) | ||||
| 
 | ||||
| type Config struct { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue