mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Move ConfigMap to main API
This commit is contained in:
@@ -59,6 +59,7 @@ func addConversionFuncs(scheme *runtime.Scheme) {
|
||||
"PersistentVolumeClaim",
|
||||
"Service",
|
||||
"ServiceAccount",
|
||||
"ConfigMap",
|
||||
} {
|
||||
err = api.Scheme.AddFieldLabelConversionFunc("v1", kind,
|
||||
func(label, value string) (string, string, error) {
|
||||
|
||||
Reference in New Issue
Block a user