We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 309eb96 + 413256b commit a4cbcabCopy full SHA for a4cbcab
content/zh/docs/concepts/containers/runtime-class.md
@@ -14,7 +14,7 @@ weight: 20
14
15
<!-- overview -->
16
17
-{{< feature-state for_k8s_version="v1.14" state="beta" >}}
+{{< feature-state for_k8s_version="v1.20" state="stable" >}}
18
19
<!--
20
This page describes the RuntimeClass resource and runtime selection mechanism.
@@ -121,7 +121,7 @@ RuntimeClass 资源当前只有两个重要的字段:RuntimeClass 名 (`metada
121
对象定义如下所示:
122
123
```yaml
124
-apiVersion: node.k8s.io/v1beta1 # RuntimeClass 定义于 node.k8s.io API 组
+apiVersion: node.k8s.io/v1 # RuntimeClass 定义于 node.k8s.io API 组
125
kind: RuntimeClass
126
metadata:
127
name: myclass # 用来引用 RuntimeClass 的名字
0 commit comments