Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Update docs/_api/decoratorcontroller.md
Browse files Browse the repository at this point in the history
Co-Authored-By: lionelvillard <villard@us.ibm.com>
  • Loading branch information
enisoc and lionelvillard authored Oct 31, 2018
1 parent 0cc49b6 commit 1f30ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_api/decoratorcontroller.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ The body of your response should be a JSON object with the following fields:
| `attachments` | A list of JSON objects representing all the desired attachments for this target object. |

By convention, the controller for a given resource should not
modify its own spec, so your decorator also can't mutate the target's spec.
modify its own spec, so your decorator can't mutate the target's spec.

As a result, decorators currently cannot modify the target object except
to optionally set labels, annotations, and status on it.
Expand Down

0 comments on commit 1f30ddf

Please sign in to comment.