mirror of https://github.com/databricks/cli.git
Add comment
This commit is contained in:
parent
54a66c0120
commit
77fcc92e65
|
@ -32,6 +32,7 @@ type Bundle struct {
|
||||||
// Determines the mode of the environment.
|
// Determines the mode of the environment.
|
||||||
// For example, 'mode: development' can be used for deployments for
|
// For example, 'mode: development' can be used for deployments for
|
||||||
// development purposes.
|
// development purposes.
|
||||||
|
// Annotated readonly as this should be set at the environment level.
|
||||||
Mode Mode `json:"mode,omitempty" bundle:"readonly"`
|
Mode Mode `json:"mode,omitempty" bundle:"readonly"`
|
||||||
|
|
||||||
// Overrides the compute used for jobs and other supported assets.
|
// Overrides the compute used for jobs and other supported assets.
|
||||||
|
|
Loading…
Reference in New Issue