Merge pull request #78426 from sttts/sttts-crd-conversion-beta

apiextensions: promote CRD conversion to beta
This commit is contained in:
Kubernetes Prow Robot
2019-05-30 02:24:18 -07:00
committed by GitHub
15 changed files with 372 additions and 83 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": {