diff --git a/cmd/thv-operator/api/v1beta1/mcpgroup_types.go b/cmd/thv-operator/api/v1beta1/mcpgroup_types.go index a151448943..3af6179b91 100644 --- a/cmd/thv-operator/api/v1beta1/mcpgroup_types.go +++ b/cmd/thv-operator/api/v1beta1/mcpgroup_types.go @@ -28,11 +28,11 @@ type MCPGroupStatus struct { // Servers lists MCPServer names in this group // +listType=set // +optional - Servers []string `json:"servers"` + Servers []string `json:"servers,omitempty"` // ServerCount is the number of MCPServers // +optional - ServerCount int32 `json:"serverCount"` + ServerCount int32 `json:"serverCount,omitempty"` // RemoteProxies lists MCPRemoteProxy names in this group // +listType=set