Merge pull request #30 from navi-infra/infra-443
INFRA-443 | Abhishek | Fix naming conventions
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"awsInstanceClass": "db.t3.micro",
|
||||
"performanceInsightsEnabled": true
|
||||
},
|
||||
"rds_alert_thresholds": {
|
||||
"rdsAlertThresholds": {
|
||||
"cpuUtilization": 70,
|
||||
"cpuCreditBalance": 120,
|
||||
"burstBalance": 85,
|
||||
|
||||
2
types.go
2
types.go
@@ -44,7 +44,7 @@ type Database struct {
|
||||
ReadonlyPassword string `json:"readonlyPassword"`
|
||||
PerformanceInsightsEnabled bool `json:"performanceInsightsEnabled"`
|
||||
ReadReplica *ReadReplica `json:"readReplica"`
|
||||
RdsAlertThresholds *RdsAlertThresholds `json:"rds_alert_thresholds"`
|
||||
RdsAlertThresholds *RdsAlertThresholds `json:"rdsAlertThresholds"`
|
||||
}
|
||||
|
||||
type Team struct {
|
||||
|
||||
Reference in New Issue
Block a user