mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
update custom-metrics-apiserver
This commit is contained in:
parent
b09c680295
commit
4d0d0f3a38
4 changed files with 5 additions and 5 deletions
|
|
@ -245,7 +245,7 @@ func typeToJSON(typeName string) string {
|
|||
return "string"
|
||||
case "byte", "*byte":
|
||||
return "string"
|
||||
case "v1.DeletionPropagation", "*v1.DeletionPropagation":
|
||||
case "v1.DeletionPropagation", "*v1.DeletionPropagation", "v1.ResourceVersionMatch":
|
||||
return "string"
|
||||
|
||||
// TODO: Fix these when go-restful supports a way to specify an array query param:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue