Add comment

This commit is contained in:
Lennart Kats 2023-07-07 18:05:38 +02:00
parent 54a66c0120
commit 77fcc92e65
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ type Bundle struct {
// Determines the mode of the environment.
// For example, 'mode: development' can be used for deployments for
// development purposes.
// Annotated readonly as this should be set at the environment level.
Mode Mode `json:"mode,omitempty" bundle:"readonly"`
// Overrides the compute used for jobs and other supported assets.