Remove v1beta3
This commit is contained in:
@@ -81,7 +81,7 @@ type APIGroupVersion struct {
|
||||
|
||||
// ServerVersion controls the Kubernetes APIVersion used for common objects in the apiserver
|
||||
// schema like api.Status, api.DeleteOptions, and api.ListOptions. Other implementors may
|
||||
// define a version "v1beta1" but want to use the Kubernetes "v1beta3" internal objects. If
|
||||
// define a version "v1beta1" but want to use the Kubernetes "v1" internal objects. If
|
||||
// empty, defaults to Version.
|
||||
ServerVersion string
|
||||
|
||||
|
@@ -177,7 +177,7 @@ func handle(storage map[string]rest.Storage) http.Handler {
|
||||
return handleInternal(true, storage, admissionControl, selfLinker)
|
||||
}
|
||||
|
||||
// uses the default settings for a v1beta3 compatible api
|
||||
// uses the default settings for a v1 compatible api
|
||||
func handleNew(storage map[string]rest.Storage) http.Handler {
|
||||
return handleInternal(false, storage, admissionControl, selfLinker)
|
||||
}
|
||||
|
Reference in New Issue
Block a user