Promote node.k8s.io API groups from v1beta1 to v1

pull/7195/head
Florian Ruynat 2021-01-18 22:12:27 +01:00 committed by Kubernetes Prow Robot
parent f6fbbc17a4
commit 9a75501152
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1beta1
apiVersion: node.k8s.io/v1{{ 'beta1' if kube_version is version('v1.20.0', '<') }}
metadata:
name: crun
handler: crun

View File

@ -1,6 +1,6 @@
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1beta1
apiVersion: node.k8s.io/v1{{ 'beta1' if kube_version is version('v1.20.0', '<') }}
metadata:
name: kata-qemu
handler: kata-qemu