use case-insensitive header keys for http probes

This commit is contained in:
dddddai
2023-04-12 15:39:55 +08:00
parent ad18954259
commit 10a8ec5b2c
11 changed files with 24 additions and 10 deletions

View File

@@ -19979,7 +19979,7 @@ func schema_k8sio_api_core_v1_HTTPHeader(ref common.ReferenceCallback) common.Op
Properties: map[string]spec.Schema{
"name": {
SchemaProps: spec.SchemaProps{
Description: "The header field name",
Description: "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
Default: "",
Type: []string{"string"},
Format: "",