The version number is outdate.

This commit is contained in:
yuandongx 2021-01-04 09:47:04 +08:00
parent c21a7ca829
commit 413256b6b6
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ weight: 20
<!-- overview -->
{{< feature-state for_k8s_version="v1.14" state="beta" >}}
{{< feature-state for_k8s_version="v1.20" state="stable" >}}
<!--
This page describes the RuntimeClass resource and runtime selection mechanism.
@ -121,7 +121,7 @@ RuntimeClass 资源当前只有两个重要的字段RuntimeClass 名 (`metada
对象定义如下所示:
```yaml
apiVersion: node.k8s.io/v1beta1 # RuntimeClass 定义于 node.k8s.io API 组
apiVersion: node.k8s.io/v1 # RuntimeClass 定义于 node.k8s.io API 组
kind: RuntimeClass
metadata:
name: myclass # 用来引用 RuntimeClass 的名字