Remove v1beta3

This commit is contained in:
Tim Hockin
2015-07-22 21:52:05 -07:00
parent 7017f5dc85
commit 1c3233a1d4
63 changed files with 85 additions and 24241 deletions

View File

@@ -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

View File

@@ -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)
}