compose/kube
Guillaume Tardif 6b61902a23 Prefix kube resource with compose project name to avoid name clashes between projects.
Kube resource name follow the form `<PROJECT>-<SERVICE>`. (“_” are not allowed there, using “-“. Project names can include “-“, so we can’t parse back to retrieve project and service names, we MUST rely on labels.

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-02-04 13:55:27 +01:00
..
e2e Check context description in kube e2e 2021-02-02 17:56:01 +01:00
helm Init helm action by default with no logger, don’t require callers to initialise it. 2021-02-03 14:20:22 +01:00
resources Prefix kube resource with compose project name to avoid name clashes between projects. 2021-02-04 13:55:27 +01:00
backend.go Target the kubernetes cluster referenced in the docker "kube" context 2021-01-29 13:13:25 +01:00
compose.go Add progress writer to compose up/down 2021-02-03 11:37:54 +01:00
context.go Add progress writer to compose up/down 2021-02-03 11:37:54 +01:00
context_test.go Check context description in kube e2e 2021-02-02 17:56:01 +01:00