WebhookAdmission Configuration (v1) [page]deterministic
<p>Package v1 is the v1 version of the API.</p>
## Resource Types
- [WebhookAdmission](#apiserver-config-k8s-io-v1-WebhookAdmission)
## `WebhookAdmission` {#apiserver-config-k8s-io-v1-WebhookAdmission}
<p>WebhookAdmission provides configuration for the webhook admission controller.</p>
<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> <p>KubeConfigFile is the path to the kubeconfig file.</p> </td> </tr> <tr><td><code>staticManifestsDir</code><br/> <code>string</code> </td> <td> <p>StaticManifestsDir is the path to a directory containing static webhook configurations to be loaded at startup. Files with extensions .yaml, .yml, and .json are read. Only admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration and MutatingWebhookConfiguration resources are supported. Using this field requires the ManifestBasedAdmissionControlConfig feature gate to be enabled.</p> </td> </tr> </tbody> </table>