Skip to content

Commit

Permalink
Merge pull request #351 from dchjmichael/component_definition_describ…
Browse files Browse the repository at this point in the history
…e_change

revise 'component definition' to 'component declaration'
  • Loading branch information
resouer committed Aug 15, 2020
2 parents 2189225 + 68413c6 commit f51ebbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7.application_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The [Workload](3.workload.md) chapter of the specification defines how schematic

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_.

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:
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:
- Overrides of component parameters
- List of traits, each of which has overrides for that trait's parameters
- List of application scopes into which the component should be deployed
Expand Down

0 comments on commit f51ebbf

Please sign in to comment.