Proposal for controlling minio via CRD in a declarative way #1699
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-kes
Matrix: test-policy-binding
Matrix: test-tenant-upgrade
Matrix: test-tenant
Annotations
6 errors
lint (1.21.x, ubuntu-latest):
pkg/apis/minio.min.io/v2/types.go#L75
exported: exported type LDAPPolicyAttach should have comment or be unexported (revive)
|
lint (1.21.x, ubuntu-latest):
pkg/controller/operator.go#L376
var-naming: don't use underscores in Go names; var root_access_key should be rootAccessKey (revive)
|
lint (1.21.x, ubuntu-latest):
pkg/controller/operator.go#L377
var-naming: don't use underscores in Go names; var root_secret_key should be rootSecretKey (revive)
|
lint (1.21.x, ubuntu-latest):
pkg/controller/operator.go#L397
var-naming: don't use underscores in Go names; var ldpapolicyattachtosingleuser_command should be ldpapolicyattachtosingleuserCommand (revive)
|
lint (1.21.x, ubuntu-latest):
pkg/controller/operator.go#L400
var-naming: don't use underscores in Go names; var final_command should be finalCommand (revive)
|
lint (1.21.x, ubuntu-latest)
Process completed with exit code 2.
|