bump ResourceList from v1alpha1 to v1

This commit is contained in:
natasha41575
2021-10-19 15:31:11 -07:00
parent 5765ab4dbc
commit c3c02887ec
17 changed files with 90 additions and 90 deletions

View File

@@ -18,7 +18,7 @@ import (
const (
ResourceListKind = "ResourceList"
ResourceListAPIVersion = "config.kubernetes.io/v1alpha1"
ResourceListAPIVersion = "config.kubernetes.io/v1"
)
// ByteReadWriter reads from an input and writes to an output.