bce7fb57e2
The previous commit for configuration APIs has some nits to fix: - The client-authentication API has both v1beta1 and v1 supported. We need to include both. - The kube-scheduler v1alpha1 is superceded by v1alpha3 which is new. - The links to some external type definitions should point to the 1.23 API rather than old versions.
45 lines
925 B
Markdown
45 lines
925 B
Markdown
---
|
|
title: WebhookAdmission Configuration (v1)
|
|
content_type: tool-reference
|
|
package: apiserver.config.k8s.io/v1
|
|
auto_generated: true
|
|
---
|
|
Package v1 is the v1 version of the API.
|
|
|
|
## Resource Types
|
|
|
|
|
|
- [WebhookAdmission](#apiserver-config-k8s-io-v1-WebhookAdmission)
|
|
|
|
|
|
|
|
## `WebhookAdmission` {#apiserver-config-k8s-io-v1-WebhookAdmission}
|
|
|
|
|
|
|
|
|
|
|
|
WebhookAdmission provides configuration for the webhook admission controller.
|
|
|
|
<table class="table">
|
|
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
|
|
<tbody>
|
|
|
|
<tr><td><code>apiVersion</code><br/>string</td><td><code>apiserver.config.k8s.io/v1</code></td></tr>
|
|
<tr><td><code>kind</code><br/>string</td><td><code>WebhookAdmission</code></td></tr>
|
|
|
|
|
|
|
|
|
|
<tr><td><code>kubeConfigFile</code> <B>[Required]</B><br/>
|
|
<code>string</code>
|
|
</td>
|
|
<td>
|
|
KubeConfigFile is the path to the kubeconfig file.</td>
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
|