From 587df689391f6829ae9338fe615f946759a43c68 Mon Sep 17 00:00:00 2001 From: phantomjinx Date: Fri, 1 Dec 2023 12:52:19 +0000 Subject: [PATCH] fix: Restore comment to v1 types to sync with v1alpha1 --- pkg/apis/hawtio/v1/hawtio_types.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/apis/hawtio/v1/hawtio_types.go b/pkg/apis/hawtio/v1/hawtio_types.go index e7002a47ea..3d77b576c5 100644 --- a/pkg/apis/hawtio/v1/hawtio_types.go +++ b/pkg/apis/hawtio/v1/hawtio_types.go @@ -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"`