Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdWebhook = &cobra.Command{ Use: "webhook", Short: "Starts a HTTP server, useful for testing MutatingAdmissionWebhook and ValidatingAdmissionWebhook", Long: `Starts a HTTP server, useful for testing MutatingAdmissionWebhook and ValidatingAdmissionWebhook. After deploying it to Kubernetes cluster, the Administrator needs to create a ValidatingWebhookConfiguration in the Kubernetes cluster to register remote webhook admission controllers.`, Args: cobra.MaximumNArgs(0), Run: main, }
CmdWebhook is used by agnhost Cobra.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.