summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java
index 66ac99dd065..ede4b0fc73a 100644
--- a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java
+++ b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java
@@ -4,6 +4,12 @@ import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.yahoo.vespa.hosted.node.verification.spec.retrievers.HardwareInfo;
+
+/**
+ * Stores results of caomparing node repo spec and actual hardware info.
+ * In case of divergent values, set the corresponding attribute to the actual hardware info value.
+ * Attributes of equal value remain null.
+ */
@JsonInclude(JsonInclude.Include.NON_NULL)
public class VerificationReport {