Update generated files

This commit is contained in:
Dr. Stefan Schimanski
2019-05-13 14:00:23 +02:00
parent c6712455bd
commit d10f8c1ad3
10 changed files with 54 additions and 4 deletions

View File

@@ -16500,6 +16500,10 @@
"$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames",
"description": "Names are the names used to describe this custom resource"
},
"preserveUnknownFields": {
"description": "preserveUnknownFields disables pruning of object fields which are not specified in the OpenAPI schema. apiVersion, kind, metadata and known fields inside metadata are always preserved. Defaults to true in v1beta and will default to false in v1.",
"type": "boolean"
},
"scope": {
"description": "Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced",
"type": "string"