Skip to content

Commit 79b1f93

Browse files
authored
Remove tags (#547)
1 parent 119bca2 commit 79b1f93

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

pkg/operator/api/userconfig/apis.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4948
type Tracker struct {
@@ -201,7 +200,6 @@ var apiValidation = &cr.StructValidation{
201200
},
202201
},
203202
apiComputeFieldValidation,
204-
tagsFieldValidation,
205203
typeFieldValidation,
206204
},
207205
}

pkg/operator/api/userconfig/config_key.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

pkg/operator/api/userconfig/tags.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)