File tree Expand file tree Collapse file tree 3 files changed +0
-41
lines changed
pkg/operator/api/userconfig Expand file tree Collapse file tree 3 files changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ type API struct {
4343 Predictor * Predictor `json:"predictor" yaml:"predictor"`
4444 Tracker * Tracker `json:"tracker" yaml:"tracker"`
4545 Compute * APICompute `json:"compute" yaml:"compute"`
46- Tags Tags `json:"tags" yaml:"tags"`
4746}
4847
4948type Tracker struct {
@@ -201,7 +200,6 @@ var apiValidation = &cr.StructValidation{
201200 },
202201 },
203202 apiComputeFieldValidation ,
204- tagsFieldValidation ,
205203 typeFieldValidation ,
206204 },
207205}
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ const (
2121 UnknownKey = "unknown"
2222 NameKey = "name"
2323 KindKey = "kind"
24- TagsKey = "tags"
2524
2625 // API
2726 ModelKey = "model"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments