Skip to content

Commit 75fcdf6

Browse files
Update pkg/config/v1alpha1/types.go
Co-authored-by: Vince Prignano <[email protected]>
1 parent 6140377 commit 75fcdf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/config/v1alpha1/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ type ControllerConfiguration struct {
3232
// +optional
3333
LeaderElection configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`
3434

35-
// Namespace returns the namespace for the controller
35+
// CacheNamespace returns the namespace for the controller
3636
// +optional
37-
Namespace string `json:"namespace,omitempty"`
37+
CacheNamespace string `json:"namespace,omitempty"`
3838

3939
// MetricsBindAddress returns the bind address for the metrics server
4040
// +optional

0 commit comments

Comments
 (0)