mirror of https://github.com/kubernetes/kops.git
				
				
				
			removig unecessary package after squashing and patching to current master
This commit is contained in:
		
							parent
							
								
									31a4c40131
								
							
						
					
					
						commit
						89a5fa58a4
					
				| 
						 | 
					@ -26,7 +26,6 @@ import (
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/golang/glog"
 | 
						"github.com/golang/glog"
 | 
				
			||||||
	v1 "k8s.io/api/core/v1"
 | 
						v1 "k8s.io/api/core/v1"
 | 
				
			||||||
	"k8s.io/apimachinery/pkg/api/resource"
 | 
					 | 
				
			||||||
	"k8s.io/apimachinery/pkg/runtime"
 | 
						"k8s.io/apimachinery/pkg/runtime"
 | 
				
			||||||
	"k8s.io/apimachinery/pkg/util/yaml"
 | 
						"k8s.io/apimachinery/pkg/util/yaml"
 | 
				
			||||||
	scheme "k8s.io/client-go/kubernetes/scheme"
 | 
						scheme "k8s.io/client-go/kubernetes/scheme"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,8 +21,8 @@ import (
 | 
				
			||||||
	"path/filepath"
 | 
						"path/filepath"
 | 
				
			||||||
	"strings"
 | 
						"strings"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"k8s.io/apimachinery/pkg/api/resource"
 | 
					 | 
				
			||||||
	v1 "k8s.io/api/core/v1"
 | 
						v1 "k8s.io/api/core/v1"
 | 
				
			||||||
 | 
						"k8s.io/apimachinery/pkg/api/resource"
 | 
				
			||||||
	"k8s.io/apimachinery/pkg/util/intstr"
 | 
						"k8s.io/apimachinery/pkg/util/intstr"
 | 
				
			||||||
	"k8s.io/kops/pkg/kubemanifest"
 | 
						"k8s.io/kops/pkg/kubemanifest"
 | 
				
			||||||
	"k8s.io/kops/util/pkg/exec"
 | 
						"k8s.io/kops/util/pkg/exec"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue