Package v1 is the v1 version of the API.
WebhookAdmission WebhookAdmission provides configuration for the webhook admission controller.
| Field | Description |
|---|---|
apiVersionstring | apiserver.config.k8s.io/v1 |
kindstring | WebhookAdmission |
kubeConfigFile [Required]string
|
KubeConfigFile is the path to the kubeconfig file. |
staticManifestsDirstring
|
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. |
This page is automatically generated.
If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.