mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Remove unused YAML tags and GetYAML/SetYAML methods
Unneeded after move to ghodss/yaml.
This commit is contained in:
@@ -22,5 +22,5 @@ package api
|
||||
// version negotiation. APIVersions isn't just an unnamed array of
|
||||
// strings in order to allow for future evolution, though unversioned
|
||||
type APIVersions struct {
|
||||
Versions []string `json:"versions" yaml:"versions"`
|
||||
Versions []string `json:"versions"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user