Skip to content

Install cloud-provider-azure chart in e2e tests using CAAPH #2300

Install cloud-provider-azure chart in e2e tests using CAAPH

Install cloud-provider-azure chart in e2e tests using CAAPH #2300

Triggered via pull request July 12, 2023 22:09
Status Failure
Total duration 3m 51s
Artifacts

cover.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
coverage
cannot use &AzureCluster{} (value of type *AzureCluster) as admission.Validator value in variable declaration: *AzureCluster does not implement admission.Validator (wrong type for method ValidateCreate)
coverage
cannot use &AzureClusterIdentity{} (value of type *AzureClusterIdentity) as admission.Validator value in variable declaration: *AzureClusterIdentity does not implement admission.Validator (wrong type for method ValidateCreate)
coverage
cannot use &AzureClusterTemplate{} (value of type *AzureClusterTemplate) as admission.Validator value in variable declaration: *AzureClusterTemplate does not implement admission.Validator (wrong type for method ValidateCreate)
coverage
cannot use r (variable of type *AzureMachineTemplate) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(r).WithValidator: *AzureMachineTemplate does not implement admission.CustomValidator (wrong type for method ValidateCreate)
coverage
cannot use &AzureMachineTemplate{} (value of type *AzureMachineTemplate) as admission.CustomValidator value in variable declaration: *AzureMachineTemplate does not implement admission.CustomValidator (wrong type for method ValidateCreate)
coverage
cannot use &AzureManagedCluster{} (value of type *AzureManagedCluster) as admission.Validator value in variable declaration: *AzureManagedCluster does not implement admission.Validator (wrong type for method ValidateCreate)
coverage
cannot use mw (variable of type *azureMachineWebhook) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&AzureMachine{}).WithDefaulter(mw).WithValidator: *azureMachineWebhook does not implement admission.CustomValidator (wrong type for method ValidateCreate)
coverage
cannot use mw (variable of type *azureManagedControlPlaneWebhook) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&AzureManagedControlPlane{}).WithDefaulter(mw).WithValidator: *azureManagedControlPlaneWebhook does not implement admission.CustomValidator (wrong type for method ValidateCreate)
coverage
cannot use mw (variable of type *azureManagedMachinePoolWebhook) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&AzureManagedMachinePool{}).WithDefaulter(mw).WithValidator: *azureManagedMachinePoolWebhook does not implement admission.CustomValidator (wrong type for method ValidateCreate)
coverage
cannot use &AzureCluster{} (value of type *AzureCluster) as admission.Validator value in variable declaration: *AzureCluster does not implement admission.Validator (wrong type for method ValidateCreate)