Remove unused YAML tags and GetYAML/SetYAML methods
Unneeded after move to ghodss/yaml.
This commit is contained in:
@@ -32,8 +32,8 @@ import (
|
||||
|
||||
// watchJSON defines the expected JSON wire equivalent of watch.Event
|
||||
type watchJSON struct {
|
||||
Type watch.EventType `json:"type,omitempty" yaml:"type,omitempty"`
|
||||
Object json.RawMessage `json:"object,omitempty" yaml:"object,omitempty"`
|
||||
Type watch.EventType `json:"type,omitempty"`
|
||||
Object json.RawMessage `json:"object,omitempty"`
|
||||
}
|
||||
|
||||
var watchTestTable = []struct {
|
||||
|
Reference in New Issue
Block a user