seperated tag and name from name in image
This commit is contained in:
@@ -34,6 +34,7 @@ type ImageSpec struct {
|
||||
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
|
||||
// Important: Run "make" to regenerate code after modifying this file
|
||||
Name string `json:"name"`
|
||||
Tag string `json:"tag"`
|
||||
Location string `json:"location"`
|
||||
WorkingDir string `json:"working_dir"`
|
||||
Command []string `json:"command,omitempty"`
|
||||
|
Reference in New Issue
Block a user