Преглед изворни кода

Update core/pkg/model/kubemodel/dcgm.go

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
Signed-off-by: Sean Holcomb <sean.holcomb@ibm.com>
Sean Holcomb пре 3 дана
родитељ
комит
2522a07c86
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/pkg/model/kubemodel/dcgm.go

+ 1 - 1
core/pkg/model/kubemodel/dcgm.go

@@ -8,7 +8,7 @@ import (
 // DCGMDevice holds recording from the DCGM exporter which provides identification and usage metrics for
 // Nvidia gpu. These Nvidia devices can be incorporated into the cluster via k8s Device Plugin API or DRAs.
 // While the DCGM exporter does provide unique identifiers for the containers that it is reporting metrics on,
-// It is split out here to provide some isolate from the rest of the KubeModel which represent universal structures
+// It is split out here to provide some isolation from the rest of the KubeModel which represent universal structures
 // from the k8s API. It is left to the end user to interpret the relationships to the rest of the cluster based on
 // container unique identifiers
 // @bingen:generate:DCGMDevice