abra/pkg/client
decentral1se 6d42e72f16
continuous-integration/drone/push Build is failing Details
fix: allow for client creation on default context
See coop-cloud/organising#206.
2021-10-17 23:50:44 +02:00
..
container refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00
convert refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00
stack fix: teach app version command to read new versions 2021-10-14 11:29:57 +02:00
README.md docs: add README.md to document testing 2021-10-16 12:26:43 +02:00
client.go fix: allow for client creation on default context 2021-10-17 23:50:44 +02:00
client_test.go test: add tests for pkg/client/client.go 2021-10-16 13:04:57 +02:00
connection.go fix: allow for client creation on default context 2021-10-17 23:50:44 +02:00
context.go fix: allow for client creation on default context 2021-10-17 23:50:44 +02:00
context_test.go chore: change test context names 2021-10-16 13:26:03 +02:00
registry.go refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00
secret.go refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00
volumes.go refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00

README.md

IMPORTANT POINT ABOUT CONTEXTS

Please use context names starting with testContext for testing purposes to ensure that no data is lost. such as testContext, testContext2, testContextFail etc