Skip to content

Commit

Permalink
Fix typo in stackgres resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Saratura committed Jan 13, 2025
1 parent 4c18672 commit 4fe62c1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion apis/helm/release/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type NamespacedName struct {

// DataKeySelector defines required spec to access a key of a configmap or secret
type DataKeySelector struct {
NamespacedName `json:",inline,omitempty"`
NamespacedName `json:",inline"`
Key string `json:"key,omitempty"`
Optional bool `json:"optional,omitempty"`
}
Expand Down
2 changes: 1 addition & 1 deletion apis/stackgres/v1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func init() {
&SGCluster{},
&SGClusterList{},
&SGPostgresConfig{},
&SGPostgesConfigList{},
&SGPostgresConfigList{},
&SGPoolingConfigList{},
&SGPoolingConfig{},
&SGInstanceProfile{},
Expand Down
2 changes: 1 addition & 1 deletion apis/stackgres/v1/sgpostresconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type SGPostgresConfig struct {

// +kubebuilder:object:root=true

type SGPostgesConfigList struct {
type SGPostgresConfigList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`

Expand Down
46 changes: 23 additions & 23 deletions apis/stackgres/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fe62c1

Please sign in to comment.