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 a912bd8 commit bb69b93Copy full SHA for bb69b93
pkg/apis/flowcontrol/types.go
@@ -28,7 +28,7 @@ const (
28
NonResourceAll = "*"
29
NameAll = "*"
30
31
- NamespaceEvery = "*" // matches every particular namespace
+ NamespaceEvery = "*" // matches every particular namespace
32
)
33
34
// System preset priority level names
0 commit comments