Skip to content

Commit

Permalink
fix: Restore comment to v1 types to sync with v1alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Dec 3, 2023
1 parent ffa0cb0 commit 587df68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/apis/hawtio/v1/hawtio_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ type HawtioList struct {
Items []Hawtio `json:"items"`
}

// HawtioConfig defines the hawtconfig.json structure
// HawtioConfig defines the hawtconfig.json structure.
// This type reflects only part of the whole definitions hawtconfig.json can have.
// Only the options that may be used by the operator are defined.
type HawtioConfig struct {
// The information to be displayed in the About page
About HawtioAbout `json:"about,omitempty"`
Expand Down

0 comments on commit 587df68

Please sign in to comment.