File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ package webhook
2+
3+ import webhookv1 "github.com/scaleway/cluster-api-provider-scaleway/internal/webhook/v1alpha2"
4+
5+ // Following variables provide access to webhooks implemented in internal/webhook/v1alpha2.
6+
7+ var (
8+ SetupScalewayClusterWebhookWithManager = webhookv1 .SetupScalewayClusterWebhookWithManager
9+ SetupScalewayClusterTemplateWebhookWithManager = webhookv1 .SetupScalewayClusterTemplateWebhookWithManager
10+ SetupScalewayMachineWebhookWithManager = webhookv1 .SetupScalewayMachineWebhookWithManager
11+ SetupScalewayMachineTemplateWebhookWithManager = webhookv1 .SetupScalewayMachineTemplateWebhookWithManager
12+ SetupScalewayManagedClusterWebhookWithManager = webhookv1 .SetupScalewayManagedClusterWebhookWithManager
13+ SetupScalewayManagedControlPlaneWebhookWithManager = webhookv1 .SetupScalewayManagedControlPlaneWebhookWithManager
14+ SetupScalewayManagedMachinePoolWebhookWithManager = webhookv1 .SetupScalewayManagedMachinePoolWebhookWithManager
15+ )
You can’t perform that action at this time.
0 commit comments