mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-08 14:29:45 +00:00
register experimental apis as apis/experimental/..
mark --api-version as deprecated
This commit is contained in:
@@ -29,7 +29,7 @@ func TestExperimentalPrefix(t *testing.T) {
|
||||
_, s := framework.RunAMaster(t)
|
||||
defer s.Close()
|
||||
|
||||
resp, err := http.Get(s.URL + "/experimental/")
|
||||
resp, err := http.Get(s.URL + "/apis/experimental/")
|
||||
if err != nil {
|
||||
t.Fatalf("unexpected error getting experimental prefix: %v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user