Skip to content

Commit f51ebbf

Browse files
authored
Merge pull request #351 from dchjmichael/component_definition_describe_change
revise 'component definition' to 'component declaration'
2 parents 2189225 + 68413c6 commit f51ebbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7.application_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The [Workload](3.workload.md) chapter of the specification defines how schematic
4646

4747
A component can be deployed into numerous different runtimes. However, at runtime there is a one-to-one correspondence between an _instance of a configuration_ and an _application configuration_.
4848

49-
Conceptually speaking, an application configuration is managed as part of the _application operator_ role. An application configuration includes one or more component instances, each represented by a component definition that defines how an instance of a component spec should be deployed. The component definition has three parts:
49+
Conceptually speaking, an application configuration is managed as part of the _application operator_ role. An application configuration references one or more component instances, each represented by a section that defines how an instance of a component spec should be deployed. In detail, this section has three parts:
5050
- Overrides of component parameters
5151
- List of traits, each of which has overrides for that trait's parameters
5252
- List of application scopes into which the component should be deployed

0 commit comments

Comments
 (0)