Skip to content

Commit

Permalink
Merge pull request #356 from wonderflow/muteable
Browse files Browse the repository at this point in the history
make component muteable and add revisionName
  • Loading branch information
resouer authored May 15, 2020
2 parents 7034c35 + 62177c5 commit 1e877c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 7.application_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ This section defines the instances of components to create with the application

| Attribute | Type | Required | Default Value | Description |
|-----------|------|----------|---------------|-------------|
| `componentName` | `string` | Y | | The name of the component of which to create an instance. |
| `componentName` | `string` | N | | The name of the component of which to create an instance. The revision of this instance will always reflect the latest change of the component (i.e. always track latest revision). This is mutually exclusive with revisionName.|
| `revisionName` | `string` | N | | The name of specific component revision of which to create an instance, i.e. always stick to specific revision until this field is updated. This is mutually exclusive with componentName. |
| `parameterValues` | [`[]ParameterValue`](#parameterValue) | N | | Overrides of parameters that are exposed by the application scope type defined in `type`. |
| `scopes` | [`[]Scope`](#scope) | N | | The scopes to be used in the component. A component joins a scope by referencing it. |
| `traits` | [`[]Trait`](#trait) | N | | The traits to attach to this component instance. |
Expand Down

0 comments on commit 1e877c2

Please sign in to comment.