Documentation
¶
Index ¶
- Variables
- func AddLabelWebhook(mgr manager.Manager, _ *constraintclient.Client, _ *process.Excluder, ...) error
- func AddMutatingWebhook(mgr manager.Manager, client *constraintclient.Client, ...) error
- func AddPolicyWebhook(mgr manager.Manager, opa *constraintclient.Client, ...) error
- func AddToManager(m manager.Manager, opa *constraintclient.Client, ...) error
- func AppendMutationWebhookIfEnabled(webhooks []rotator.WebhookInfo) []rotator.WebhookInfo
- func AppendValidationWebhookIfEnabled(webhooks []rotator.WebhookInfo) []rotator.WebhookInfo
- func NewTLSChecker(certDir string, port int) func(*http.Request) error
- type StatsReporter
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VwhName is the metadata.name of the Gatekeeper ValidatingWebhookConfiguration. VwhName = "gatekeeper-validating-webhook-configuration" // MwhName is the metadata.name of the Gatekeeper MutatingWebhookConfiguration. MwhName = "gatekeeper-mutating-webhook-configuration" )
View Source
var AddToManagerFuncs []func(manager.Manager, *constraintclient.Client, *process.Excluder, *mutation.System) error
AddToManagerFuncs is a list of functions to add all Controllers to the Manager.
Functions ¶
func AddLabelWebhook ¶
func AddLabelWebhook(mgr manager.Manager, _ *constraintclient.Client, _ *process.Excluder, mutationSystem *mutation.System) error
AddLabelWebhook registers the label webhook server with the manager.
func AddMutatingWebhook ¶
func AddMutatingWebhook(mgr manager.Manager, client *constraintclient.Client, processExcluder *process.Excluder, mutationSystem *mutation.System) error
AddMutatingWebhook registers the mutating webhook server with the manager.
func AddPolicyWebhook ¶
func AddPolicyWebhook(mgr manager.Manager, opa *constraintclient.Client, processExcluder *process.Excluder, _ *mutation.System) error
AddPolicyWebhook registers the policy webhook server with the manager.
func AddToManager ¶
func AddToManager(m manager.Manager, opa *constraintclient.Client, processExcluder *process.Excluder, mutationSystem *mutation.System) error
AddToManager adds all Controllers to the Manager.
func AppendMutationWebhookIfEnabled ¶
func AppendMutationWebhookIfEnabled(webhooks []rotator.WebhookInfo) []rotator.WebhookInfo
func AppendValidationWebhookIfEnabled ¶
func AppendValidationWebhookIfEnabled(webhooks []rotator.WebhookInfo) []rotator.WebhookInfo
Types ¶
Click to show internal directories.
Click to hide internal directories.