In questa repository verrà sviluppato: "Elemento Cloud Client Libraries for Go"
# First import the env variables
export ELEMENTO_CLOUD_API_KEY=your_api_key
# ...
# Then run the tests
go test -v ./ecloudFrom inisde the kOps source directory, run the following command to start a Docker container with the Go environment set up:
docker run -it \
-v "$(pwd)":/go/src/k8s.io/kops \
-w /go/src/k8s.io/kops \
golang \
bash
makeOr just run it locally:
make
# for the debugging
DEBUGGING=true make