File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# How to Contribute
22
3- This project is part of Deis . You can find the latest contribution
4- guidelines [ at the Deis project] ( https://github.com/deis /deis/blob/master/CONTRIBUTING.md ) .
3+ This project is part of Hephy . You can find the latest contribution
4+ guidelines [ at the Deis project] ( https://github.com/teamhephy /deis/blob/master/CONTRIBUTING.md ) .
55
Original file line number Diff line number Diff line change 11# Deis Maintainers
22
3- This project is part of Deis . The official maintainers documentation is
4- located [ in the main project] ( https://github.com/deis /deis/blob/master/MAINTAINERS.md ) .
3+ This project is part of Hephy . The official maintainers documentation is
4+ located [ in the main project] ( https://github.com/teamhephy /deis/blob/master/MAINTAINERS.md ) .
Original file line number Diff line number Diff line change 1- # Deis Pkg
1+ # Hephy Pkg
22
33[ ![ Build Status] ( https://travis-ci.org/deis/pkg.svg?branch=master )] ( https://travis-ci.org/deis/pkg )
44
5- The Deis Pkg project contains shared Go libraries that are used by
6- several Deis projects.
5+ The Hephy Pkg project contains shared Go libraries that are used by
6+ several Hephy projects.
77
88## Usage
99
1010Add this project to your ` vendor/ ` directory using Godeps or
1111[ glide] ( https://github.com/Masterminds/glide ) :
1212
1313```
14- $ glide get --import github.com/deis /pkg
14+ $ glide get --import github.com/teamhephy /pkg
1515```
1616
1717(The ` --import ` flag will get any additional dependencies.)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "k8s.io/apimachinery/pkg/labels"
2222 "k8s.io/client-go/kubernetes"
2323 "k8s.io/client-go/rest"
24- v1 "k8s.io/client-go/pkg/ api/v1"
24+ v1 "k8s.io/api/core /v1"
2525)
2626
2727// DefaultNamespace is the Kubernetes default namespace.
You can’t perform that action at this time.
0 commit comments