compose/aci/convert
Ulysses Souza 3fbb9bd864 Add auto creation of Azure volumes during `compose up`
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-11-20 16:34:11 +01:00
..
container.go Add Healthchecks to ACI 2020-11-06 12:21:12 +01:00
container_test.go Add argument support to run command 2020-09-30 15:34:22 +02:00
convert.go Do not specify successThreshold, from MSFT : defaults to 1 and cannot be changed, related to Kube healthchecks: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#probe-v1-core 2020-11-13 14:14:42 +01:00
convert_test.go Do not specify successThreshold, from MSFT : defaults to 1 and cannot be changed, related to Kube healthchecks: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#probe-v1-core 2020-11-13 14:14:42 +01:00
ports.go Moving code from global convert.go to volumes.go, ports.go 2020-10-16 17:47:31 +02:00
ports_test.go Moving code from global convert.go to volumes.go, ports.go 2020-10-16 17:47:31 +02:00
registry_credentials.go Regroup azure constants that might be things to switch in order to provide access to other azure clouds. 2020-09-30 14:05:28 +02:00
registry_credentials_test.go Update copyright 2020-09-22 12:13:00 +02:00
restartpolicy.go Move more specific code out of convert.go: restart policy 2020-10-16 17:54:13 +02:00
restartpolicy_test.go Move more specific code out of convert.go: restart policy 2020-10-16 17:54:13 +02:00
secrets.go Separate secret convert code into its own file 2020-10-16 17:27:59 +02:00
secrets_test.go Moving code from global convert.go to volumes.go, ports.go 2020-10-16 17:47:31 +02:00
volume.go Add auto creation of Azure volumes during `compose up` 2020-11-20 16:34:11 +01:00
volume_test.go Add auto creation of Azure volumes during `compose up` 2020-11-20 16:34:11 +01:00