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 86fd6a4 commit 9f38421Copy full SHA for 9f38421
pkg/webhook/server.go
@@ -94,10 +94,10 @@ type BootstrapOptions struct {
94
Host *string
95
96
// certProvisioner is constructed using certGenerator and certWriter
97
- certProvisioner *cert.Provisioner
+ certProvisioner *cert.Provisioner // nolint: structcheck
98
99
// err will be non-nil if there is an error occur during initialization.
100
- err error
+ err error // nolint: structcheck
101
}
102
103
// Service contains information for creating a service
0 commit comments