@@ -31,14 +31,14 @@ auto_generated: true
3131<a href =" #admission-k8s-io-v1-AdmissionRequest " ><code >AdmissionRequest</code ></a >
3232</td >
3333<td >
34- <p >Request describes the attributes for the admission request.</p >
34+ <p >request describes the attributes for the admission request.</p >
3535</td >
3636</tr >
3737<tr ><td ><code >response</code ><br />
3838<a href =" #admission-k8s-io-v1-AdmissionResponse " ><code >AdmissionResponse</code ></a >
3939</td >
4040<td >
41- <p >Response describes the attributes for the admission response.</p >
41+ <p >response describes the attributes for the admission response.</p >
4242</td >
4343</tr >
4444</tbody >
@@ -64,7 +64,7 @@ auto_generated: true
6464<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/types#UID " ><code >k8s.io/apimachinery/pkg/types.UID</code ></a >
6565</td >
6666<td >
67- <p >UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are
67+ <p >uid is an identifier for the individual request/response. It allows us to distinguish instances of requests which are
6868otherwise identical (parallel requests, requests when earlier requests did not modify etc)
6969The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.
7070It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.</p >
@@ -74,28 +74,28 @@ It is suitable for correlating log entries between the webhook and apiserver, fo
7474<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#GroupVersionKind " ><code >meta/v1.GroupVersionKind</code ></a >
7575</td >
7676<td >
77- <p >Kind is the fully-qualified type of object being submitted (for example, v1.Pod or autoscaling.v1.Scale)</p >
77+ <p >kind is the fully-qualified type of object being submitted (for example, v1.Pod or autoscaling.v1.Scale)</p >
7878</td >
7979</tr >
8080<tr ><td ><code >resource</code > <B >[Required]</B ><br />
8181<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#GroupVersionResource " ><code >meta/v1.GroupVersionResource</code ></a >
8282</td >
8383<td >
84- <p >Resource is the fully-qualified resource being requested (for example, v1.pods)</p >
84+ <p >resource is the fully-qualified resource being requested (for example, v1.pods)</p >
8585</td >
8686</tr >
8787<tr ><td ><code >subResource</code ><br />
8888<code >string</code >
8989</td >
9090<td >
91- <p >SubResource is the subresource being requested, if any (for example, " ; status" ; or " ; scale" ; )</p >
91+ <p >subResource is the subresource being requested, if any (for example, " ; status" ; or " ; scale" ; )</p >
9292</td >
9393</tr >
9494<tr ><td ><code >requestKind</code ><br />
9595<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#GroupVersionKind " ><code >meta/v1.GroupVersionKind</code ></a >
9696</td >
9797<td >
98- <p >RequestKind is the fully-qualified type of the original API request (for example, v1.Pod or autoscaling.v1.Scale).
98+ <p >requestKind is the fully-qualified type of the original API request (for example, v1.Pod or autoscaling.v1.Scale).
9999If this is specified and differs from the value in " ; kind" ; , an equivalent match and conversion was performed.</p >
100100<p >For example, if deployments can be modified via apps/v1 and apps/v1beta1, and a webhook registered a rule of
101101<code >apiGroups:[ " ; apps" ; ] , apiVersions:[ " ; v1" ; ] , resources: [ " ; deployments" ; ] </code > and <code >matchPolicy: Equivalent</code >,
@@ -109,7 +109,7 @@ and <code>requestKind: {group:"apps", version:"v1beta1", kin
109109<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#GroupVersionResource " ><code >meta/v1.GroupVersionResource</code ></a >
110110</td >
111111<td >
112- <p >RequestResource is the fully-qualified resource of the original API request (for example, v1.pods).
112+ <p >requestResource is the fully-qualified resource of the original API request (for example, v1.pods).
113113If this is specified and differs from the value in " ; resource" ; , an equivalent match and conversion was performed.</p >
114114<p >For example, if deployments can be modified via apps/v1 and apps/v1beta1, and a webhook registered a rule of
115115<code >apiGroups:[ " ; apps" ; ] , apiVersions:[ " ; v1" ; ] , resources: [ " ; deployments" ; ] </code > and <code >matchPolicy: Equivalent</code >,
@@ -123,7 +123,7 @@ and <code>requestResource: {group:"apps", version:"v1beta1",
123123<code >string</code >
124124</td >
125125<td >
126- <p >RequestSubResource is the name of the subresource of the original API request, if any (for example, " ; status" ; or " ; scale" ; )
126+ <p >requestSubResource is the name of the subresource of the original API request, if any (for example, " ; status" ; or " ; scale" ; )
127127If this is specified and differs from the value in " ; subResource" ; , an equivalent match and conversion was performed.
128128See documentation for the " ; matchPolicy" ; field in the webhook configuration type.</p >
129129</td >
@@ -132,59 +132,59 @@ See documentation for the "matchPolicy" field in the webhook configura
132132<code >string</code >
133133</td >
134134<td >
135- <p >Name is the name of the object as presented in the request. On a CREATE operation, the client may omit name and
135+ <p >name is the name of the object as presented in the request. On a CREATE operation, the client may omit name and
136136rely on the server to generate the name. If that is the case, this field will contain an empty string.</p >
137137</td >
138138</tr >
139139<tr ><td ><code >namespace</code ><br />
140140<code >string</code >
141141</td >
142142<td >
143- <p >Namespace is the namespace associated with the request (if any).</p >
143+ <p >namespace is the namespace associated with the request (if any).</p >
144144</td >
145145</tr >
146146<tr ><td ><code >operation</code > <B >[Required]</B ><br />
147147<a href =" #admission-k8s-io-v1-Operation " ><code >Operation</code ></a >
148148</td >
149149<td >
150- <p >Operation is the operation being performed. This may be different than the operation
150+ <p >operation is the operation being performed. This may be different than the operation
151151requested. e.g. a patch can result in either a CREATE or UPDATE Operation.</p >
152152</td >
153153</tr >
154154<tr ><td ><code >userInfo</code > <B >[Required]</B ><br />
155- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34 /#userinfo-v1-authentication-k8s-io " ><code >authentication/v1.UserInfo</code ></a >
155+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35 /#userinfo-v1-authentication-k8s-io " ><code >authentication/v1.UserInfo</code ></a >
156156</td >
157157<td >
158- <p >UserInfo is information about the requesting user</p >
158+ <p >userInfo is information about the requesting user</p >
159159</td >
160160</tr >
161161<tr ><td ><code >object</code ><br />
162162<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime/#RawExtension " ><code >k8s.io/apimachinery/pkg/runtime.RawExtension</code ></a >
163163</td >
164164<td >
165- <p >Object is the object from the incoming request.</p >
165+ <p >object is the object from the incoming request.</p >
166166</td >
167167</tr >
168168<tr ><td ><code >oldObject</code ><br />
169169<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime/#RawExtension " ><code >k8s.io/apimachinery/pkg/runtime.RawExtension</code ></a >
170170</td >
171171<td >
172- <p >OldObject is the existing object. Only populated for DELETE and UPDATE requests.</p >
172+ <p >oldObject is the existing object. Only populated for DELETE and UPDATE requests.</p >
173173</td >
174174</tr >
175175<tr ><td ><code >dryRun</code ><br />
176176<code >bool</code >
177177</td >
178178<td >
179- <p >DryRun indicates that modifications will definitely not be persisted for this request.
179+ <p >dryRun indicates that modifications will definitely not be persisted for this request.
180180Defaults to false.</p >
181181</td >
182182</tr >
183183<tr ><td ><code >options</code ><br />
184184<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime/#RawExtension " ><code >k8s.io/apimachinery/pkg/runtime.RawExtension</code ></a >
185185</td >
186186<td >
187- <p >Options is the operation option structure of the operation being performed.
187+ <p >options is the operation option structure of the operation being performed.
188188e.g. <code >meta.k8s.io/v1.DeleteOptions</code > or <code >meta.k8s.io/v1.CreateOptions</code >. This may be
189189different than the options the caller provided. e.g. for a patch request the performed
190190Operation might be a CREATE, in which case the Options will a
@@ -214,44 +214,44 @@ Operation might be a CREATE, in which case the Options will a
214214<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/types#UID " ><code >k8s.io/apimachinery/pkg/types.UID</code ></a >
215215</td >
216216<td >
217- <p >UID is an identifier for the individual request/response.
217+ <p >uid is an identifier for the individual request/response.
218218This must be copied over from the corresponding AdmissionRequest.</p >
219219</td >
220220</tr >
221221<tr ><td ><code >allowed</code > <B >[Required]</B ><br />
222222<code >bool</code >
223223</td >
224224<td >
225- <p >Allowed indicates whether or not the admission request was permitted.</p >
225+ <p >allowed indicates whether or not the admission request was permitted.</p >
226226</td >
227227</tr >
228228<tr ><td ><code >status</code ><br />
229- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34 /#status-v1-meta " ><code >meta/v1.Status</code ></a >
229+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35 /#status-v1-meta " ><code >meta/v1.Status</code ></a >
230230</td >
231231<td >
232- <p >Result contains extra details into why an admission request was denied.
232+ <p >status is the result contains extra details into why an admission request was denied.
233233This field IS NOT consulted in any way if " ; Allowed" ; is " ; true" ; .</p >
234234</td >
235235</tr >
236236<tr ><td ><code >patch</code ><br />
237237<code >[ ] byte</code >
238238</td >
239239<td >
240- <p >The patch body. Currently we only support " ; JSONPatch" ; which implements RFC 6902.</p >
240+ <p >patch is the patch body. Currently we only support " ; JSONPatch" ; which implements RFC 6902.</p >
241241</td >
242242</tr >
243243<tr ><td ><code >patchType</code ><br />
244244<a href =" #admission-k8s-io-v1-PatchType " ><code >PatchType</code ></a >
245245</td >
246246<td >
247- <p >The type of Patch. Currently we only allow " ; JSONPatch" ; .</p >
247+ <p >patchType is the type of Patch. Currently we only allow " ; JSONPatch" ; .</p >
248248</td >
249249</tr >
250250<tr ><td ><code >auditAnnotations</code ><br />
251251<code >map[ string] string</code >
252252</td >
253253<td >
254- <p >AuditAnnotations is an unstructured key value map set by remote admission controller (e.g. error=image-blacklisted).
254+ <p >auditAnnotations is an unstructured key value map set by remote admission controller (e.g. error=image-blacklisted).
255255MutatingAdmissionWebhook and ValidatingAdmissionWebhook admission controller will prefix the keys with
256256admission webhook name (e.g. imagepolicy.example.com/error=image-blacklisted). AuditAnnotations will be provided by
257257the admission webhook to add additional context to the audit log for this request.</p >
0 commit comments