mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-08 14:29:45 +00:00
Fix golint for pkg/probe
This change adds comments to exported things and renames the tcp, http, and exec probe interfaces to just be Prober within their namespace. Issue #68026
This commit is contained in:
@@ -45,7 +45,7 @@ type Server struct {
|
||||
EnableHTTPS bool
|
||||
TLSConfig *tls.Config
|
||||
Validate ValidatorFn
|
||||
Prober httpprober.HTTPProber
|
||||
Prober httpprober.Prober
|
||||
Once sync.Once
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user