File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 764764 "type" : " object" ,
765765 "properties" : {
766766 "name" : {"type" : " string" },
767+ "content" : {"type" : " string" },
768+ "environment" : {"type" : " string" },
767769 "file" : {"type" : " string" },
768770 "external" : {
769771 "type" : [" boolean" , " object" ],
Original file line number Diff line number Diff line change @@ -891,6 +891,7 @@ type FileObjectConfig struct {
891891 Name string `yaml:"name,omitempty" json:"name,omitempty"`
892892 File string `yaml:"file,omitempty" json:"file,omitempty"`
893893 Environment string `yaml:"environment,omitempty" json:"environment,omitempty"`
894+ Content string `yaml:"content,omitempty" json:"content,omitempty"`
894895 External External `yaml:"external,omitempty" json:"external,omitempty"`
895896 Labels Labels `yaml:"labels,omitempty" json:"labels,omitempty"`
896897 Driver string `yaml:"driver,omitempty" json:"driver,omitempty"`
You can’t perform that action at this time.
0 commit comments