feat: add globalproxysettings #580
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)
|