mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
bump ResourceList from v1alpha1 to v1
This commit is contained in:
@@ -97,7 +97,7 @@ func TestEmptyInput(t *testing.T) {
|
||||
}
|
||||
|
||||
expected := `
|
||||
apiVersion: config.kubernetes.io/v1alpha1
|
||||
apiVersion: config.kubernetes.io/v1
|
||||
kind: ResourceList
|
||||
items: []
|
||||
`
|
||||
@@ -138,7 +138,7 @@ func TestEmptyInputWithFilter(t *testing.T) {
|
||||
}
|
||||
|
||||
expected := `
|
||||
apiVersion: config.kubernetes.io/v1alpha1
|
||||
apiVersion: config.kubernetes.io/v1
|
||||
kind: ResourceList
|
||||
items:
|
||||
- foo: bar
|
||||
|
||||
Reference in New Issue
Block a user