Skip to content

IPPool controller added #613

IPPool controller added

IPPool controller added #613

Triggered via pull request August 10, 2023 11:30
Status Failure
Total duration 2m 50s
Artifacts

makefile.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build: pkg/controllers/subnet/subnet_controller.go#L109
cannot use nsxSubnets[0] (variable of type "github.com/vmware/vsphere-automation-sdk-go/services/nsxt/model".VpcSubnet) as type "github.com/vmware-tanzu/nsx-operator/pkg/apis/v1alpha1".Subnet in argument to r.Service.DeleteSubnet
build: pkg/controllers/subnetset/subnetset_controller.go#L225
cannot use subnet (variable of type "github.com/vmware/vsphere-automation-sdk-go/services/nsxt/model".VpcSubnet) as type "github.com/vmware-tanzu/nsx-operator/pkg/apis/v1alpha1".Subnet in argument to r.Service.DeleteSubnet
build: pkg/controllers/subnetset/subnetset_controller.go#L231
r.Service.UpdateSubnetSetStatus undefined (type *subnet.SubnetService has no field or method UpdateSubnetSetStatus)
build
common.ServiceMediator.GetVPCNetworkConfig undefined (type mediator.ServiceMediator has no field or method GetVPCNetworkConfig)
build
VPCNetworkConfigInfo not declared by package vpc
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/