Skip to content

Commit

Permalink
CronJob v2alpha1 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Feb 27, 2021
1 parent 605119e commit 2e371e9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 750 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Secret holds secret data of a certain type. The total bytes of the values in the

- **stringData** (map[string]string)

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.
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** (string)

Expand Down
Loading

0 comments on commit 2e371e9

Please sign in to comment.