Commit cc00e983 authored by Geoff Simmons's avatar Geoff Simmons

go fmt changes (comments only).

parent 2f53c40c
......@@ -110,12 +110,12 @@ type Watcher struct {
// NewWatcher creates an API client.
//
// log: logger initialized at startup
// kubeClient: k8s client initialized at startup
// ns: namespace in which to watch Secrets (empty for all)
// base: directory into which PEM files are stored
// gid: group ID to be set in PEM file permissions, if >= 0
// resyncPeriod: for the k8s informer (0s for no resync)
// log: logger initialized at startup
// kubeClient: k8s client initialized at startup
// ns: namespace in which to watch Secrets (empty for all)
// base: directory into which PEM files are stored
// gid: group ID to be set in PEM file permissions, if >= 0
// resyncPeriod: for the k8s informer (0s for no resync)
func NewWatcher(
log *logrus.Logger,
kubeClient kubernetes.Interface,
......
......@@ -197,9 +197,9 @@ type NamespaceQueues struct {
// NewNamespaceQueues creates a NamespaceQueues object.
//
// log: logger initialized at startup
// files: for managing PEM files
// recorder: Event broadcaster initialized at startup
// log: logger initialized at startup
// files: for managing PEM files
// recorder: Event broadcaster initialized at startup
func NewNamespaceQueues(
log *logrus.Logger,
files *pem.Files,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment