Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit af70fdf

Browse files
updated offical codegen
Signed-off-by: Christopher Hein <[email protected]>
1 parent 06a62dd commit af70fdf

File tree

5 files changed

+149
-149
lines changed

5 files changed

+149
-149
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:
2121
.PHONY: tag
2222
tag:
2323
git tag -a ${VERSION} -s
24-
git push origin --tags
24+
git push awslabs --tags
2525

2626
.PHONY: install-aws-codegen
2727
install-aws-codegen:

code-generation/pkg/codegen/templates.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/service-operator.aws/v1alpha1/elasticache.go

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@ type ElastiCacheSpec struct {
2424
CloudFormationTemplateName string `json:"cloudFormationTemplateName"`
2525
CloudFormationTemplateNamespace string `json:"cloudFormationTemplateNamespace"`
2626
RollbackCount int `json:"rollbackCount"`
27-
AutoMinorVersionUpgrade bool `json:"AutoMinorVersionUpgrade"`
28-
AZMode string `json:"AZMode"`
29-
CacheNodeType string `json:"CacheNodeType"`
30-
CacheParameterGroupName string `json:"CacheParameterGroupName"`
31-
CacheSubnetGroupName string `json:"CacheSubnetGroupName"`
32-
Engine string `json:"Engine"`
33-
EngineVersion string `json:"EngineVersion"`
34-
NotificationTopicArn string `json:"NotificationTopicArn"`
35-
NumCacheNodes int `json:"NumCacheNodes"`
36-
Port int `json:"Port"`
37-
PreferredMaintenanceWindow string `json:"PreferredMaintenanceWindow"`
38-
PreferredAvailabilityZone string `json:"PreferredAvailabilityZone"`
39-
PreferredAvailabilityZones string `json:"PreferredAvailabilityZones"`
40-
SnapshotWindow string `json:"SnapshotWindow"`
41-
VpcSecurityGroupIds string `json:"VpcSecurityGroupIds"`
27+
AutoMinorVersionUpgrade bool `json:"autoMinorVersionUpgrade"`
28+
AZMode string `json:"azMode"`
29+
CacheNodeType string `json:"cacheNodeType"`
30+
CacheParameterGroupName string `json:"cacheParameterGroupName"`
31+
CacheSubnetGroupName string `json:"cacheSubnetGroupName"`
32+
Engine string `json:"engine"`
33+
EngineVersion string `json:"engineVersion"`
34+
NotificationTopicArn string `json:"notificationTopicArn"`
35+
NumCacheNodes int `json:"numCacheNodes"`
36+
Port int `json:"port"`
37+
PreferredMaintenanceWindow string `json:"preferredMaintenanceWindow"`
38+
PreferredAvailabilityZone string `json:"preferredAvailabilityZone"`
39+
PreferredAvailabilityZones string `json:"preferredAvailabilityZones"`
40+
SnapshotWindow string `json:"snapshotWindow"`
41+
VpcSecurityGroupIds string `json:"vpcSecurityGroupIds"`
4242
}
4343

4444
// ElastiCacheOutput defines the output resource for ElastiCache
4545
type ElastiCacheOutput struct {
46-
RedisEndpointAddress string `json:"RedisEndpointAddress"`
47-
RedisEndpointPort string `json:"RedisEndpointPort"`
48-
ConfigurationEndpointAddress string `json:"ConfigurationEndpoint"`
49-
ConfigurationEndpointPort string `json:"ConfigurationEndpointPort"`
46+
RedisEndpointAddress string `json:"redisEndpointAddress"`
47+
RedisEndpointPort string `json:"redisEndpointPort"`
48+
ConfigurationEndpointAddress string `json:"configurationEndpoint"`
49+
ConfigurationEndpointPort string `json:"configurationEndpointPort"`
5050
}
5151

5252
// ElastiCacheStatus holds the status of the Cloudformation template

0 commit comments

Comments
 (0)