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.
2.1 KiB
2.1 KiB
title, content_type, package, auto_generated
| 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. |