Skip to content

feat: add globalproxysettings #580

feat: add globalproxysettings

feat: add globalproxysettings #580

Triggered via pull request December 2, 2024 00:15
Status Failure
Total duration 2m 6s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/request/http.go#L143
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"cannot create TokenReview\")" (err113)
lint: internal/request/http.go#L147
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"cannot verify the token due to error\")" (err113)
lint: internal/request/http.go#L151
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"cannot verify the token due to error\")" (err113)
lint: internal/controllers/capsule_configuration.go#L40
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"CapsuleConfiguration %s does not exist\", c.CapsuleConfigurationName)" (err113)
lint: internal/modules/utils/gvk.go#L26
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"could not find GVK for plural name: %s\", gvk.Kind)" (err113)
lint: internal/modules/utils/node.go#L41
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"cannot create LabelSelector for the requested Node requirement\")" (err113)
lint: internal/modules/ingressclass/utils.go#L80
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ingressClass %s is not supported\", v)" (err113)
lint: internal/modules/ingressclass/utils.go#L94
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ingressClass %s is not supported\", v)" (err113)
lint: internal/modules/ingressclass/utils.go#L144
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"cannot create LabelSelector for the requested IngressClass requirement\")" (err113)
lint: internal/modules/namespaced/catchall.go#L86
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unable to check if user can list %s/%s\", group, kind)" (err113)