gingersnap-project / operator

Apache License 2.0
1 stars 4 forks source link

Generated CRDs use API proto names with underscores, not camelCase #53

Closed ryanemerson closed 1 year ago

ryanemerson commented 1 year ago

Consequently, the yaml has to be in the following form:

spec:
  data_source: {}

When it should be:

spec:
  dataSource: {}