DockerCLI/cli/command/stack/kubernetes
Simon Ferquel b34f340346 Introduce docker context store
This PR adds a store to the CLI, that can be leveraged to persist and
retrieve credentials for various API endpoints, as well as
context-specific settings (initially, default stack orchestrator, but we
could expand that).

This comes with the logic to persist and retrieve endpoints configs
for both Docker and Kubernetes APIs.

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2019-01-04 17:06:51 +01:00
..
testdata Print warnings on stderr for each unsupported features while parsing a compose file for deployment on Kubernetes. 2018-04-30 11:56:14 +02:00
cli.go Introduce docker context store 2019-01-04 17:06:51 +01:00
client.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00
conversion.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00
conversion_test.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00
convert.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00
convert_test.go Extract StackConverter from the StackClient 2018-06-27 16:41:00 +02:00
deploy.go Remove composefiles lenght check on k8s RunDeploy.. 2018-07-02 15:00:19 +02:00
list.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
ps.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
remove.go Fix outputting twice the docker stack rm error message 2018-05-30 15:56:41 +02:00
services.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00
services_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
stack.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00
stackclient.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00
stackclient_test.go Add omitempty on compose config top-level types 2018-07-02 12:04:09 +02:00
warnings.go Print warnings on stderr for each unsupported features while parsing a compose file for deployment on Kubernetes. 2018-04-30 11:56:14 +02:00
warnings_test.go Allow marshalling of Compose config to JSON 2018-09-10 11:16:05 -07:00
watcher.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00
watcher_test.go replace the imports in the cli to use compose-on-kubernetes 2018-12-28 15:49:20 +01:00