Fixes bad manifest parsing of 'defaults' instead of 'default'
The manifest uses the singular version to describe the list of attributes that this network is the default for. Note: we also changed the go structure attributes to the plural version since they represent a list of attributes not a single attribute. [Fixes #94624368](https://www.pivotaltracker.com/story/show/94624368 ) Signed-off-by: Hua Zhang <zhuadl@cn.ibm.com>
Showing
- acceptance/assets/manifest_with_all_network_types.yml 1 addition, 1 deletionacceptance/assets/manifest_with_all_network_types.yml
- deployment/manifest/job.go 1 addition, 1 deletiondeployment/manifest/job.go
- deployment/manifest/manifest.go 1 addition, 1 deletiondeployment/manifest/manifest.go
- deployment/manifest/manifest_test.go 3 additions, 3 deletionsdeployment/manifest/manifest_test.go
- deployment/manifest/parser.go 6 additions, 6 deletionsdeployment/manifest/parser.go
- deployment/manifest/parser_test.go 2 additions, 2 deletionsdeployment/manifest/parser_test.go
- deployment/manifest/validator.go 2 additions, 2 deletionsdeployment/manifest/validator.go
- deployment/manifest/validator_test.go 8 additions, 8 deletionsdeployment/manifest/validator_test.go
Loading
Please register or sign in to comment