@@ -11,7 +11,11 @@ package: apiserver.config.k8s.io/v1
11
11
auto_generated: true
12
12
-->
13
13
14
- v1 包中包含 API 的 v1 版本。
14
+ <!--
15
+ <p>Package v1 is the v1 version of the API.</p>
16
+ -->
17
+
18
+ <p >v1 包中包含 API 的 v1 版本。</p >
15
19
16
20
<!--
17
21
## Resource Types
@@ -23,9 +27,9 @@ v1 包中包含 API 的 v1 版本。
23
27
## ` AdmissionConfiguration ` {#apiserver-config-k8s-io-v1-AdmissionConfiguration}
24
28
25
29
<!--
26
- AdmissionConfiguration provides versioned configuration for admission controllers.
30
+ <p> AdmissionConfiguration provides versioned configuration for admission controllers.</p>
27
31
-->
28
- AdmissionConfiguration 为准入控制器提供版本化的配置。
32
+ < p > AdmissionConfiguration 为准入控制器提供版本化的配置。</ p >
29
33
30
34
<table class =" table " >
31
35
<thead ><tr ><th width =" 30% " ><!-- Field--> 字段</th ><th ><!-- Description--> 描述</th ></tr ></thead >
@@ -39,9 +43,9 @@ AdmissionConfiguration 为准入控制器提供版本化的配置。
39
43
</td >
40
44
<td >
41
45
<!--
42
- Plugins allows specifying a configuration per admission control plugin.
46
+ <p> Plugins allows specifying a configuration per admission control plugin.</p>
43
47
-->
44
- <code >plugins</code > 字段允许为每个准入控制插件设置配置选项。
48
+ <p >< code >plugins</code > 字段允许为每个准入控制插件设置配置选项。</ p >
45
49
</td >
46
50
</tr >
47
51
@@ -58,9 +62,9 @@ AdmissionConfiguration 为准入控制器提供版本化的配置。
58
62
- [ AdmissionConfiguration] ( #apiserver-config-k8s-io-v1-AdmissionConfiguration )
59
63
60
64
<!--
61
- AdmissionPluginConfiguration provides the configuration for a single plug-in.
65
+ <p> AdmissionPluginConfiguration provides the configuration for a single plug-in.</p>
62
66
-->
63
- AdmissionPluginConfiguration 为某个插件提供配置信息。
67
+ < p > AdmissionPluginConfiguration 为某个插件提供配置信息。</ p >
64
68
65
69
<table class =" table " >
66
70
<thead ><tr ><th width =" 30% " ><!-- Field--> 字段</th ><th ><!-- Description--> 描述</th ></tr ></thead >
@@ -71,10 +75,10 @@ AdmissionPluginConfiguration 为某个插件提供配置信息。
71
75
</td >
72
76
<td >
73
77
<!--
74
- Name is the name of the admission controller.
75
- It must match the registered admission plugin name.
78
+ <p> Name is the name of the admission controller.
79
+ It must match the registered admission plugin name.</p>
76
80
-->
77
- <code >name</code > 是准入控制器的名称。它必须与所注册的准入插件名称匹配。
81
+ <p >< code >name</code > 是准入控制器的名称。它必须与所注册的准入插件名称匹配。</ p >
78
82
</td >
79
83
</tr >
80
84
@@ -83,23 +87,23 @@ It must match the registered admission plugin name.
83
87
</td >
84
88
<td >
85
89
<!--
86
- Path is the path to a configuration file that contains the plugin's
87
- configuration
90
+ <p> Path is the path to a configuration file that contains the plugin's
91
+ configuration</p>
88
92
-->
89
- <code >path</code > 是指向包含插件配置信息的配置文件的路径。
93
+ <p >< code >path</code > 是指向包含插件配置信息的配置文件的路径。</ p >
90
94
</td >
91
95
</tr >
92
96
93
97
<tr ><td ><code >configuration</code ><br />
94
- <a href =" https://godoc.org /k8s.io/apimachinery/pkg/runtime#Unknown " ><code >k8s.io/apimachinery/pkg/runtime.Unknown</code ></a >
98
+ <a href =" https://pkg.go.dev /k8s.io/apimachinery/pkg/runtime#Unknown " ><code >k8s.io/apimachinery/pkg/runtime.Unknown</code ></a >
95
99
</td >
96
100
<td >
97
101
<!--
98
- Configuration is an embedded configuration object to be used as the plugin's
99
- configuration. If present, it will be used instead of the path to the configuration file.
102
+ <p> Configuration is an embedded configuration object to be used as the plugin's
103
+ configuration. If present, it will be used instead of the path to the configuration file.</p>
100
104
-->
101
- <code >configuration</code > 是一个内嵌的配置对象,用来保存插件的配置信息。
102
- 如果存在,则使用这里的配置信息而不是指向配置文件的路径。
105
+ <p >< code >configuration</code > 是一个内嵌的配置对象,用来保存插件的配置信息。
106
+ 如果存在,则使用这里的配置信息而不是指向配置文件的路径。</ p >
103
107
</td >
104
108
</tr >
105
109
0 commit comments