Skip to content

Commit

Permalink
Rename clusterID config to clusterId
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddhiWathsala committed Aug 7, 2019
1 parent 436151e commit 543762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/siddhi/v1alpha2/siddhiprocess_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type PV struct {

// MessagingConfig contains the configs of the messaging layer
type MessagingConfig struct {
ClusterID string `json:"clusterID"`
ClusterID string `json:"clusterId"`
BootstrapServers []string `json:"bootstrapServers"`
}

Expand Down

0 comments on commit 543762d

Please sign in to comment.