k8s-helpers/get_pod_ip
2:a88caff12445 Browse Files
Update Kubernetes dependency, add .hgignore. Create a .hgignore file to ignore the produced binaries. Update the import path for the Kubernetes dependency, as required by Kubernetes' repo move.
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Sun Oct 04 23:08:25 2015 -0700 1.3 @@ -0,0 +1,2 @@ 1.4 +docker-get_pod_ip 1.5 +get_pod_ip
2.1 --- a/get_pod_ip.go Sat Jul 18 06:16:58 2015 -0400 2.2 +++ b/get_pod_ip.go Sun Oct 04 23:08:25 2015 -0700 2.3 @@ -2,8 +2,9 @@ 2.4 2.5 import ( 2.6 "fmt" 2.7 - "github.com/GoogleCloudPlatform/kubernetes/pkg/client" 2.8 "os" 2.9 + 2.10 + "k8s.io/kubernetes/pkg/client" 2.11 ) 2.12 2.13 func main() {