2.2 KiB
2.2 KiB
| title | content_type | package | auto_generated |
|---|---|---|---|
| kube-apiserver Configuration (v1) | tool-reference | apiserver.config.k8s.io/v1 | true |
Package v1 is the v1 version of the API.
Resource Types
AdmissionConfiguration
AdmissionConfiguration provides versioned configuration for admission controllers.
| Field | Description |
|---|---|
apiVersionstring | apiserver.config.k8s.io/v1 |
kindstring | AdmissionConfiguration |
plugins[]AdmissionPluginConfiguration
|
Plugins allows specifying a configuration per admission control plugin. |
AdmissionPluginConfiguration
Appears in:
AdmissionPluginConfiguration provides the configuration for a single plug-in.
| Field | Description |
|---|---|
name [Required]string
|
Name is the name of the admission controller. It must match the registered admission plugin name. |
pathstring
|
Path is the path to a configuration file that contains the plugin's configuration |
configurationk8s.io/apimachinery/pkg/runtime.Unknown
|
Configuration is an embedded configuration object to be used as the plugin's configuration. If present, it will be used instead of the path to the configuration file. |