build/cmd/scaleway
Carlos Amedee 442b1a7d81 internal/secret: add a must constructor for the secret client
Multiple packages have a need for a secret client which exits when the
creation of the client failed. This change adds a must constructor
which would eliminate the code being duplicated.

For  golang/go#37171

Change-Id: I7f56ee681e66c42e290fa00861cb00abb56a2f47
Reviewed-on: https://go-review.googlesource.com/c/build/+/255941
Trust: Carlos Amedee <carlos@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-09-22 02:20:15 +00:00
..
.gitignore cmd/scaleway: add kubernetes deployment to run in repair mode 2017-11-15 19:24:29 +00:00
Dockerfile cmd/{buildlet/stage0,scaleway,tip}, devapp: stop using gitlock, use go modules 2019-05-09 18:25:22 +00:00
Makefile cmd/{buildlet/stage0,scaleway,tip}, devapp: stop using gitlock, use go modules 2019-05-09 18:25:22 +00:00
README.md cmd/scaleway: run instance checker on Kubernetes regularly 2019-04-02 21:50:56 +00:00
deployment-prod.yaml cmd/scaleway: run instance checker on Kubernetes regularly 2019-04-02 21:50:56 +00:00
scaleway.go internal/secret: add a must constructor for the secret client 2020-09-22 02:20:15 +00:00

README.md

GoDoc

golang.org/x/build/cmd/scaleway

The scaleway command creates ARM servers on Scaleway.com.

The Makefile, Dockerfiles, and kubernetes deployment file are for running the command in daemon mode for server repair. This will check on Scaleway and restart down or wedged instances.