Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
  • Loading branch information
sttts committed Aug 1, 2024
1 parent dae70a4 commit f2394c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/query/v1alpha1/query_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ type QueryCondition struct {
// A QueryOwner specifies how to query by owner.
type QueryOwner struct {
// APIGroup is the name of the owner to match.
APIGroup string `json:"APIGroup,omitempty"`
APIGroup string `json:"apiGroup,omitempty"`
// kind is the kind of the owner to match.
Kind string `json:"kind,omitempty"`
// uid is the uid of the owner to match.
Expand Down Expand Up @@ -174,7 +174,7 @@ type QueryOrder struct {
// APIGroup specifies how to order by API group.
//
// +kubebuilder:validation:Enum=Asc;Desc
APIGroup Direction `json:"APIGroup,omitempty"`
APIGroup Direction `json:"apiGroup,omitempty"`

// kind specifies how to order by kind.
//
Expand Down

0 comments on commit f2394c5

Please sign in to comment.