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:
committed by
Darren Shepherd
parent
2445646fe1
commit
3b07a626ee
@@ -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
|
||||
|
Reference in New Issue
Block a user