Merge pull request #99105 from sftim/20210215_improve_secret_api_notes

Revise wording for Secret stringData field
This commit is contained in:
Kubernetes Prow Robot
2021-02-17 11:58:51 -08:00
committed by GitHub
7 changed files with 9 additions and 9 deletions

View File

@@ -9775,7 +9775,7 @@
"additionalProperties": {
"type": "string"
},
"description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.",
"description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write, overwriting any existing values. The stringData field is never output when reading from the API.",
"type": "object"
},
"type": {