apiextensions: promote CustomResourceWebhookConversion to beta

This commit is contained in:
Dr. Stefan Schimanski
2019-05-28 11:16:51 +02:00
parent 472b9011d5
commit 993eaeccdf
4 changed files with 5 additions and 4 deletions

View File

@@ -16340,7 +16340,7 @@
"type": "array"
},
"strategy": {
"description": "`strategy` specifies the conversion strategy. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the CR. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option.",
"description": "`strategy` specifies the conversion strategy. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the CR. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information\n is needed for this option. This requires spec.preserveUnknownFields to be false.",
"type": "string"
},
"webhookClientConfig": {