Documentation ¶
Overview ¶
Package server implements a Server object for running the admission controller as a webhook server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServerCommand ¶
NewSchedulerCommand creates a *cobra.Command object with default parameters and registryOptions
Types ¶
type Config ¶
type Config struct { SecureServing *apiserver.SecureServingInfo InsecureServing *apiserver.DeprecatedInsecureServingInfo KubeConfig *restclient.Config PodSecurityConfig *admissionapi.PodSecurityConfiguration }
Config holds the loaded options.Options used to set up the webhook server.
Click to show internal directories.
Click to hide internal directories.