We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfac01 commit 2482a63Copy full SHA for 2482a63
1 file changed
components/accelerator/nvidia/nvlink/component.go
@@ -443,8 +443,8 @@ func (c *component) Check() components.CheckResult {
443
var _ components.CheckResult = &checkResult{}
444
445
type checkResult struct {
446
- KmsgScanned bool `json:"kmsg_scanned,omitempty"`
447
- MatchedKmsgs []kmsg.Message `json:"matched_kmsgs,omitempty"`
+ KmsgScanned bool `json:"-"`
+ MatchedKmsgs []kmsg.Message `json:"-"`
448
449
// NVLinks contains detailed NVLink information for all GPUs checked
450
NVLinks []NVLink `json:"nvlinks,omitempty"`
0 commit comments