mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
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