apache / apache/openwhisk-wskdeploy
Deployment reader "bind" functions should add missing annotations
Open
enhancement
priority: medium
- Dominant language
- Go
- Stars
- 75
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Each of the "bind" routines in deploymentreader.go will "add" missing (input) parameters found in the deployment file, but have no name match/equivalent in the manifest file (as represented in the ServiceDeployer). However, Annotations in the deployment file that have no name match result in a "warning" being displayed.
The consistent behavior SHOULD be that missing Annotations are also added, regardless if they have a name match in the manifest file. The spec. should also be updated to reflect BOTH these behaviors.
Contributor guide
Assessment
This issue has not been assessed yet.