We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925eaea commit ad89959Copy full SHA for ad89959
internal/controller/nginx/types/types.go
@@ -1,4 +1,4 @@
1
-package types
+package types //nolint:revive // ignoring meaningless package name
2
3
const (
4
// Nginx503Server is used as a backend for services that cannot be resolved (have no IP address).
internal/framework/types/types.go
import "sigs.k8s.io/controller-runtime/pkg/client"
0 commit comments