Skip to content

Commit

Permalink
Update pkg/config/v1alpha1/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vince Prignano <vince@vincepri.com>
  • Loading branch information
christopherhein and vincepri committed Oct 7, 2020
1 parent 6140377 commit 75fcdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ type ControllerConfiguration struct {
// +optional
LeaderElection configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`

// Namespace returns the namespace for the controller
// CacheNamespace returns the namespace for the controller
// +optional
Namespace string `json:"namespace,omitempty"`
CacheNamespace string `json:"namespace,omitempty"`

// MetricsBindAddress returns the bind address for the metrics server
// +optional
Expand Down

0 comments on commit 75fcdf6

Please sign in to comment.