Use Cluster Mover in create and delete workflows #24569
Annotations
3 errors and 1 warning
golangci-lint:
pkg/workflows/management/create_test.go#L244
c.clusterManager.EXPECT().ResumeEKSAControllerReconcile undefined (type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManagerMockRecorder has no field or method ResumeEKSAControllerReconcile) (typecheck)
|
golangci-lint:
pkg/workflows/management/delete_test.go#L191
c.clusterManager.EXPECT().AllowDeleteWhilePaused undefined (type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManagerMockRecorder has no field or method AllowDeleteWhilePaused) (typecheck)
|
golangci-lint
issues found
|
golangci-lint:
pkg/clustermanager/cluster_manager.go#L696
exported: exported method ClusterManager.AllowDeleteWhilePaused should have comment or be unexported (revive)
|
Loading