Merge pull request #116039 from liggitt/crd-compat

Add CRD compatibility fixtures
This commit is contained in:
Kubernetes Prow Robot
2023-02-27 14:55:16 -08:00
committed by GitHub
29 changed files with 1208 additions and 51 deletions

View File

@@ -49360,13 +49360,6 @@ func schema_k8sio_apimachinery_pkg_runtime_Unknown(ref common.ReferenceCallback)
Format: "",
},
},
"Raw": {
SchemaProps: spec.SchemaProps{
Description: "Raw will hold the complete serialized object which couldn't be matched with a registered type. Most likely, nothing should be done with this except for passing it through the system.",
Type: []string{"string"},
Format: "byte",
},
},
"ContentEncoding": {
SchemaProps: spec.SchemaProps{
Description: "ContentEncoding is encoding used to encode 'Raw' data. Unspecified means no encoding.",
@@ -49384,7 +49377,7 @@ func schema_k8sio_apimachinery_pkg_runtime_Unknown(ref common.ReferenceCallback)
},
},
},
Required: []string{"Raw", "ContentEncoding", "ContentType"},
Required: []string{"ContentEncoding", "ContentType"},
},
},
}