1
0
mirror of https://github.com/rancher/types.git synced 2025-09-19 08:52:46 +00:00

Add authconfig to Process

This commit is contained in:
moelsayed
2018-04-03 22:27:31 +02:00
committed by Darren Shepherd
parent 2445646fe1
commit 3b07a626ee

View File

@@ -281,6 +281,8 @@ type Process struct {
Env []string `json:"env,omitempty"`
// Process docker image
Image string `json:"image,omitempty"`
//AuthConfig for image private registry
ImageRegistryAuthConfig string `json:"imageRegistryAuthConfig,omitempty"`
// Process docker image VolumesFrom
VolumesFrom []string `json:"volumesFrom,omitempty"`
// Process docker container bind mounts