Automatic API generation by adopting go-restful
This commit is contained in:
@@ -45,9 +45,3 @@ func Get() Info {
|
||||
func (info Info) String() string {
|
||||
return info.GitVersion
|
||||
}
|
||||
|
||||
// APIVersions lists the api versions that are available, to allow
|
||||
// version negotiation.
|
||||
type APIVersions struct {
|
||||
Versions []string `json:"versions" yaml:"versions"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user