Add kubectl-minio plugin tenant flags and fields #104
kubernetes-tests.yml
on: pull_request
Matrix: govet
Matrix: lint
Matrix: Check for vulnerable dependencies
Matrix: Shellcheck
Matrix: gotest
Matrix: operator
Matrix: helm-floor
Matrix: helm
Matrix: test-cert-manager
Matrix: test-kes
Matrix: test-policy-binding
Matrix: test-tenant-upgrade
Matrix: test-tenant
Annotations
9 errors
Check for vulnerable dependencies (1.21.x):
pkg/controller/sts_handlers.go#L222
cannot use adminClient (variable of type *"github.com/minio/madmin-go/v2".AdminClient) as *"github.com/minio/madmin-go/v3".AdminClient value in argument to GetPolicy
|
Check for vulnerable dependencies (1.21.x)
Process completed with exit code 1.
|
govet (1.21.x, ubuntu-latest):
pkg/controller/sts_handlers.go#L222
cannot use adminClient (variable of type *"github.com/minio/madmin-go/v2".AdminClient) as *"github.com/minio/madmin-go/v3".AdminClient value in argument to GetPolicy
|
govet (1.21.x, ubuntu-latest)
cannot use adminClient (variable of type *"github.com/minio/madmin-go/v2".AdminClient) as *"github.com/minio/madmin-go/v3".AdminClient value in argument to GetPolicy
|
govet (1.21.x, ubuntu-latest)
Process completed with exit code 2.
|
lint (1.21.x, ubuntu-latest):
cmd/operator/controller.go#L19
could not import github.com/minio/operator/pkg/controller (-: # github.com/minio/operator/pkg/controller
|
lint (1.21.x, ubuntu-latest):
pkg/controller/sts_handlers.go#L222
cannot use adminClient (variable of type *"github.com/minio/madmin-go/v2".AdminClient) as *"github.com/minio/madmin-go/v3".AdminClient value in argument to GetPolicy) (typecheck)
|
lint (1.21.x, ubuntu-latest):
pkg/controller/sts_handlers.go#L222
cannot use adminClient (variable of type *"github.com/minio/madmin-go/v2".AdminClient) as *"github.com/minio/madmin-go/v3".AdminClient value in argument to GetPolicy (typecheck)
|
lint (1.21.x, ubuntu-latest)
Process completed with exit code 2.
|