We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6140377 commit 75fcdf6Copy full SHA for 75fcdf6
pkg/config/v1alpha1/types.go
@@ -32,9 +32,9 @@ type ControllerConfiguration struct {
32
// +optional
33
LeaderElection configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`
34
35
- // Namespace returns the namespace for the controller
+ // CacheNamespace returns the namespace for the controller
36
37
- Namespace string `json:"namespace,omitempty"`
+ CacheNamespace string `json:"namespace,omitempty"`
38
39
// MetricsBindAddress returns the bind address for the metrics server
40
0 commit comments