mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Admission control errors should have consistent lower casing
This commit is contained in:
@@ -53,5 +53,5 @@ func newDataSource(kind string) (dataSource, error) {
|
||||
if kind == "hawkular" {
|
||||
return newHawkularSource(*hawkularConfig)
|
||||
}
|
||||
return nil, fmt.Errorf("Unknown data source %v", kind)
|
||||
return nil, fmt.Errorf("unknown data source %v", kind)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user