mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Stop exposing v1beta3 by default
This commit is contained in:
@@ -436,7 +436,7 @@ func TestExecutorStaticPods(t *testing.T) {
|
||||
w, err := zw.Create(fileName)
|
||||
assert.NoError(t, err)
|
||||
spod := `{
|
||||
"apiVersion": "v1beta3",
|
||||
"apiVersion": "v1",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "%v",
|
||||
|
Reference in New Issue
Block a user