Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // HandlerMap contains all admission webhook handlers. HandlerMap = map[string]admission.Handler{} )
Functions ¶
func RegisterWebhookFlags ¶
func RunWebhookServer ¶
func RunWebhookServer( config *rest.Config, kubeClient kubernetes.Interface, crdClient versioned.Interface, kubeInformer informers.SharedInformerFactory, crdInformer crdinformers.SharedInformerFactory, bceClient cloud.Interface, stopChan chan struct{}, cniMode types.ContainerNetworkMode, ) error
Running this function will block the current coroutine
Types ¶
Click to show internal directories.
Click to hide internal directories.