seperated tag and name from name in image

This commit is contained in:
2025-04-05 02:00:09 +03:00
parent b021c161ca
commit e42e4a2d21
3 changed files with 5 additions and 0 deletions

View File

@@ -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"`