@@ -4,7 +4,8 @@ content_type: tool-reference
4
4
package : apiserver.config.k8s.io/v1
5
5
auto_generated : true
6
6
---
7
- Package v1 is the v1 version of the API.
7
+ <p >Package v1 is the v1 version of the API.</p >
8
+
8
9
9
10
## Resource Types
10
11
@@ -17,75 +18,67 @@ Package v1 is the v1 version of the API.
17
18
18
19
19
20
21
+ <p >AdmissionConfiguration provides versioned configuration for admission controllers.</p >
20
22
21
23
22
- AdmissionConfiguration provides versioned configuration for admission controllers.
23
-
24
24
<table class =" table " >
25
25
<thead ><tr ><th width =" 30% " >Field</th ><th >Description</th ></tr ></thead >
26
26
<tbody >
27
27
28
28
<tr ><td ><code >apiVersion</code ><br />string</td ><td ><code >apiserver.config.k8s.io/v1</code ></td ></tr >
29
29
<tr ><td ><code >kind</code ><br />string</td ><td ><code >AdmissionConfiguration</code ></td ></tr >
30
30
31
-
32
-
33
31
34
32
<tr ><td ><code >plugins</code ><br />
35
33
<a href =" #apiserver-config-k8s-io-v1-AdmissionPluginConfiguration " ><code >[ ] AdmissionPluginConfiguration</code ></a >
36
34
</td >
37
35
<td >
38
- Plugins allows specifying a configuration per admission control plugin.</td >
36
+ <p >Plugins allows specifying a configuration per admission control plugin.</p >
37
+ </td >
39
38
</tr >
40
-
41
-
42
39
</tbody >
43
40
</table >
44
41
45
42
## ` AdmissionPluginConfiguration ` {#apiserver-config-k8s-io-v1-AdmissionPluginConfiguration}
46
43
47
44
48
-
49
-
50
45
** Appears in:**
46
+
51
47
- [ AdmissionConfiguration] ( #apiserver-config-k8s-io-v1-AdmissionConfiguration )
52
48
53
49
54
- AdmissionPluginConfiguration provides the configuration for a single plug-in.
50
+ <p >AdmissionPluginConfiguration provides the configuration for a single plug-in.</p >
51
+
55
52
56
53
<table class =" table " >
57
54
<thead ><tr ><th width =" 30% " >Field</th ><th >Description</th ></tr ></thead >
58
55
<tbody >
59
56
60
-
61
57
62
58
<tr ><td ><code >name</code > <B >[Required]</B ><br />
63
59
<code >string</code >
64
60
</td >
65
61
<td >
66
- Name is the name of the admission controller.
67
- It must match the registered admission plugin name.</td >
62
+ <p >Name is the name of the admission controller.
63
+ It must match the registered admission plugin name.</p >
64
+ </td >
68
65
</tr >
69
-
70
-
71
66
<tr ><td ><code >path</code ><br />
72
67
<code >string</code >
73
68
</td >
74
69
<td >
75
- Path is the path to a configuration file that contains the plugin's
76
- configuration</td >
70
+ <p >Path is the path to a configuration file that contains the plugin's
71
+ configuration</p >
72
+ </td >
77
73
</tr >
78
-
79
-
80
74
<tr ><td ><code >configuration</code ><br />
81
- <a href =" https://godoc.org /k8s.io/apimachinery/pkg/runtime#Unknown " ><code >k8s.io/apimachinery/pkg/runtime.Unknown</code ></a >
75
+ <a href =" https://pkg.go.dev /k8s.io/apimachinery/pkg/runtime#Unknown " ><code >k8s.io/apimachinery/pkg/runtime.Unknown</code ></a >
82
76
</td >
83
77
<td >
84
- Configuration is an embedded configuration object to be used as the plugin's
85
- configuration. If present, it will be used instead of the path to the configuration file.</td >
78
+ <p >Configuration is an embedded configuration object to be used as the plugin's
79
+ configuration. If present, it will be used instead of the path to the configuration file.</p >
80
+ </td >
86
81
</tr >
87
-
88
-
89
82
</tbody >
90
83
</table >
91
84
0 commit comments