mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Stop exposing v1beta3 by default
This commit is contained in:
@@ -24,6 +24,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/testapi"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/client"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/fields"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/labels"
|
||||
@@ -34,9 +35,8 @@ import (
|
||||
)
|
||||
|
||||
var _ = Describe("Proxy", func() {
|
||||
for _, version := range []string{"v1beta3", "v1"} {
|
||||
Context("version "+version, func() { proxyContext(version) })
|
||||
}
|
||||
version := testapi.Version()
|
||||
Context("version "+version, func() { proxyContext(version) })
|
||||
})
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user