Skip to content

Proposal for controlling minio via CRD in a declarative way #1688

Proposal for controlling minio via CRD in a declarative way

Proposal for controlling minio via CRD in a declarative way #1688

Triggered via pull request October 27, 2023 16:17
Status Failure
Total duration 5m 11s
Artifacts

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
Fit to window
Zoom out
Zoom in

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/main-controller.go#L1421
var-naming: don't use underscores in Go names; var console_access_key should be consoleAccessKey (revive)
lint (1.21.x, ubuntu-latest): pkg/controller/main-controller.go#L1422
var-naming: don't use underscores in Go names; var console_secret_key should be consoleSecretKey (revive)
lint (1.21.x, ubuntu-latest): pkg/controller/main-controller.go#L1426
var-naming: don't use underscores in Go names; var ldpapolicyattachtosingleuser_command should be ldpapolicyattachtosingleuserCommand (revive)
lint (1.21.x, ubuntu-latest): pkg/controller/main-controller.go#L1429
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.