Documentation ¶
Index ¶
Constants ¶
View Source
const ( ShootFilterPrefix = "shoot--" ExtensionName = "acl" AllowedReasonNoPatchNecessary = "No patch necessary" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.2.0
type Config struct { // AdditionalAllowedCidrs additional allowed cidrs that will be added to the list of allowed cidrs. AdditionalAllowedCidrs []string }
type EnvoyFilterWebhook ¶
type EnvoyFilterWebhook struct { Client client.Client EnvoyFilterService envoyfilters.EnvoyFilterService WebhookConfig Config // contains filtered or unexported fields }
func (*EnvoyFilterWebhook) InjectDecoder ¶
func (e *EnvoyFilterWebhook) InjectDecoder(d *admission.Decoder) error
Click to show internal directories.
Click to hide internal directories.