Change DefaultSubnetAccessMode to DefaultAccessModeForPod #2003
Annotations
7 errors and 2 warnings
Run golangci-lint:
cmd/main.go#L27
could not import github.com/vmware-tanzu/nsx-operator/pkg/controllers/networkinfo (-: # github.com/vmware-tanzu/nsx-operator/pkg/controllers/networkinfo
|
Run golangci-lint:
pkg/controllers/networkinfo/vpcnetworkconfig_handler.go#L133
unknown field DefaultSubnetAccessMode in struct literal of type "github.com/vmware-tanzu/nsx-operator/pkg/nsx/services/common".VPCNetworkConfigInfo
|
Run golangci-lint:
pkg/controllers/networkinfo/vpcnetworkconfig_handler.go#L133
vpcConfigCR.Spec.DefaultSubnetAccessMode undefined (type "github.com/vmware-tanzu/nsx-operator/pkg/apis/v1alpha1".VPCNetworkConfigurationSpec has no field or method DefaultSubnetAccessMode)) (typecheck)
|
Run golangci-lint:
pkg/controllers/networkinfo/vpcnetworkconfig_handler.go#L133
unknown field DefaultSubnetAccessMode in struct literal of type "github.com/vmware-tanzu/nsx-operator/pkg/nsx/services/common".VPCNetworkConfigInfo
|
Run golangci-lint:
pkg/controllers/networkinfo/vpcnetworkconfig_handler.go#L133
vpcConfigCR.Spec.DefaultSubnetAccessMode undefined (type "github.com/vmware-tanzu/nsx-operator/pkg/apis/v1alpha1".VPCNetworkConfigurationSpec has no field or method DefaultSubnetAccessMode) (typecheck)
|
Run golangci-lint:
test/e2e/nsx_subnet_test.go#L190
cannot use UserSubnetSet (value of type func(t *"testing".T)) as string value in argument to verifySubnetSetCR (typecheck)
|
Run golangci-lint
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Loading