11
2- | ![ ] ( https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning .svg/156px-Warning .svg.png ) | Deis Workflow will soon no longer be maintained .<br />Please [ read the announcement ] ( https://deis. com/blog/2017/deis-workflow-final-release / ) for more detail. |
2+ | ![ ] ( https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Anchor_pictogram_yellow .svg/156px-Anchor_pictogram_yellow .svg.png ) | Hephy Workflow is the open source fork of Deis Workflow .<br />Please [ go here ] ( https://www.teamhephy. com/ ) for more detail. |
33| ---:| ---|
4+ | 08/27/2018 | Team Hephy [ blog] [ ] comes online |
5+ | 08/20/2018 | Deis [ #community slack] [ ] goes dark |
6+ | 08/10/2018 | Hephy Workflow [ v2.19.4] [ ] fourth patch release |
7+ | 08/08/2018 | [ Deis website] [ ] goes dark, then redirects to Azure Kubernetes Service |
8+ | 08/01/2018 | Hephy Workflow [ v2.19.3] [ ] third patch release |
9+ | 07/17/2018 | Hephy Workflow [ v2.19.2] [ ] second patch release |
10+ | 07/12/2018 | Hephy Workflow [ v2.19.1] [ ] first patch release |
11+ | 06/29/2018 | Hephy Workflow [ v2.19.0] [ ] first release in the open source fork of Deis |
12+ | 06/16/2018 | Hephy Workflow [ v2.19] [ ] series is announced |
13+ | 03/01/2018 | End of Deis Workflow maintenance: critical patches no longer merged |
14+ | 12/11/2017 | Team Hephy [ slack community] [ ] invites first volunteers |
415| 09/07/2017 | Deis Workflow [ v2.18] [ ] final release before entering maintenance mode |
5- | 03/01/2018 | End of Workflow maintenance: critical patches no longer merged |
16+ | 09/06/2017 | Team Hephy [ slack community ] [ ] comes online |
617
718# Controller Go SDK
819[ ![ Build Status] ( https://ci.deis.io/buildStatus/icon?job=Deis/controller-sdk-go/master )] ( https://ci.deis.io/job/Deis/job/controller-sdk-go/job/master/ )
920[ ![ codecov] ( https://codecov.io/gh/deis/controller-sdk-go/branch/master/graph/badge.svg )] ( https://codecov.io/gh/deis/controller-sdk-go )
10- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/deis /controller-sdk-go )] ( https://goreportcard.com/report/github.com/deis /controller-sdk-go )
21+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/teamhephy /controller-sdk-go )] ( https://goreportcard.com/report/github.com/teamhephy /controller-sdk-go )
1122[ ![ codebeat badge] ( https://codebeat.co/badges/2fdee091-714d-4860-ab19-dba7587a3158 )] ( https://codebeat.co/projects/github-com-deis-controller-sdk-go )
12- [ ![ GoDoc] ( https://godoc.org/github.com/deis /controller-sdk-go?status.svg )] ( https://godoc.org/github.com/deis /controller-sdk-go )
23+ [ ![ GoDoc] ( https://godoc.org/github.com/teamhephy /controller-sdk-go?status.svg )] ( https://godoc.org/github.com/teamhephy /controller-sdk-go )
1324
14- This is the Go SDK for interacting with the [ Deis Controller] ( https://github.com/deis /controller ) .
25+ This is the Go SDK for interacting with the [ Hephy Controller] ( https://github.com/teamhephy /controller ) .
1526
1627### Usage
1728
1829``` go
19- import deis " github.com/deis /controller-sdk-go"
20- import " github.com/deis /controller-sdk-go/apps"
30+ import deis " github.com/teamhephy /controller-sdk-go"
31+ import " github.com/teamhephy /controller-sdk-go/apps"
2132```
2233
2334Construct a deis client to interact with the controller API. Then, get the first 100 apps the user has access to.
@@ -37,8 +48,8 @@ if err != nil {
3748### Authentication
3849
3950``` go
40- import deis " github.com/deis /controller-sdk-go"
41- import " github.com/deis /controller-sdk-go/auth"
51+ import deis " github.com/teamhephy /controller-sdk-go"
52+ import " github.com/teamhephy /controller-sdk-go/auth"
4253```
4354
4455If you don't already have a token for a user, you can retrieve one with a username and password.
@@ -57,6 +68,22 @@ if err != nil {
5768client.Token = token
5869```
5970
60- For a complete usage guide to the SDK, see [ full package documentation] ( https://godoc.org/github.com/deis /controller-sdk-go ) .
71+ For a complete usage guide to the SDK, see [ full package documentation] ( https://godoc.org/github.com/teamhephy /controller-sdk-go ) .
6172
62- [ v2.18 ] : https://github.com/deis/workflow/releases/tag/v2.18.0
73+ [ v2.18 ] : https://github.com/teamhephy/workflow/releases/tag/v2.18.0
74+ [ k8s-home ] : http://kubernetes.io
75+ [ install-k8s ] : http://kubernetes.io/gettingstarted/
76+ [ mkdocs ] : http://www.mkdocs.org/
77+ [ issues ] : https://github.com/teamhephy/workflow/issues
78+ [ prs ] : https://github.com/teamhephy/workflow/pulls
79+ [ Deis website ] : http://deis.com/
80+ [ blog ] : https://blog.teamhephy.info/blog/
81+ [ #community slack ] : https://slack.deis.io/
82+ [ slack community ] : https://slack.teamhephy.com/
83+ [ v2.18 ] : https://github.com/teamhephy/workflow/releases/tag/v2.18.0
84+ [ v2.19 ] : https://web.teamhephy.com
85+ [ v2.19.0 ] : https://gist.github.com/Cryptophobia/24c204583b18b9fc74c629fb2b62dfa3/revisions
86+ [ v2.19.1 ] : https://github.com/teamhephy/workflow/releases/tag/v2.19.1
87+ [ v2.19.2 ] : https://github.com/teamhephy/workflow/releases/tag/v2.19.2
88+ [ v2.19.3 ] : https://github.com/teamhephy/workflow/releases/tag/v2.19.3
89+ [ v2.19.4 ] : https://github.com/teamhephy/workflow/releases/tag/v2.19.4
0 commit comments