Commit cc00e983 authored by Geoff Simmons's avatar Geoff Simmons

go fmt changes (comments only).

parent 2f53c40c
...@@ -110,12 +110,12 @@ type Watcher struct { ...@@ -110,12 +110,12 @@ type Watcher struct {
// NewWatcher creates an API client. // NewWatcher creates an API client.
// //
// log: logger initialized at startup // log: logger initialized at startup
// kubeClient: k8s client initialized at startup // kubeClient: k8s client initialized at startup
// ns: namespace in which to watch Secrets (empty for all) // ns: namespace in which to watch Secrets (empty for all)
// base: directory into which PEM files are stored // base: directory into which PEM files are stored
// gid: group ID to be set in PEM file permissions, if >= 0 // gid: group ID to be set in PEM file permissions, if >= 0
// resyncPeriod: for the k8s informer (0s for no resync) // resyncPeriod: for the k8s informer (0s for no resync)
func NewWatcher( func NewWatcher(
log *logrus.Logger, log *logrus.Logger,
kubeClient kubernetes.Interface, kubeClient kubernetes.Interface,
......
...@@ -197,9 +197,9 @@ type NamespaceQueues struct { ...@@ -197,9 +197,9 @@ type NamespaceQueues struct {
// NewNamespaceQueues creates a NamespaceQueues object. // NewNamespaceQueues creates a NamespaceQueues object.
// //
// log: logger initialized at startup // log: logger initialized at startup
// files: for managing PEM files // files: for managing PEM files
// recorder: Event broadcaster initialized at startup // recorder: Event broadcaster initialized at startup
func NewNamespaceQueues( func NewNamespaceQueues(
log *logrus.Logger, log *logrus.Logger,
files *pem.Files, 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