Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adder ¶
type Adder struct {
Cache *webhookconfigcache.WebhookConfigCache
// contains filtered or unexported fields
}
func (*Adder) InjectConstraintTemplateEvent ¶
func (a *Adder) InjectConstraintTemplateEvent(ctEvents chan event.GenericEvent)
func (*Adder) InjectTracker ¶
func (*Adder) InjectWebhookConfigCache ¶
func (a *Adder) InjectWebhookConfigCache(webhookConfigCache *webhookconfigcache.WebhookConfigCache)
type ChannelFullError ¶
type ChannelFullError struct{}
func (*ChannelFullError) Error ¶
func (e *ChannelFullError) Error() string
func (*ChannelFullError) Temporary ¶
func (e *ChannelFullError) Temporary() bool
type ReconcileWebhookConfig ¶
type ReconcileWebhookConfig struct {
client.Client
// contains filtered or unexported fields
} // +kubebuilder:rbac:groups=admissionregistration.k8s.io,resources=validatingwebhookconfigurations,verbs=get;list;watch
ReconcileWebhookConfig reconciles ValidatingWebhookConfiguration changes.
Click to show internal directories.
Click to hide internal directories.