Versions in this module Expand all Collapse all v1 v1.20.0 Dec 4, 2024 Changes in this version + var ErrConfigurationNotFound = fmt.Errorf("audit logs configuration not found") + type AuditLogData struct + SecretName string + ServiceURL string + TenantID string + type Configuration map[providerType]map[region]AuditLogData + func (a Configuration) GetAuditLogData(providerType, region string) (AuditLogData, error) + type Extend = func(runtime imv1.Runtime, shoot *gardener.Shoot) error + func NewAuditlogExtenderForCreate(policyConfigMapName string, data AuditLogData) Extend + func NewAuditlogExtenderForPatch(policyConfigMapName string) Extend