Skip to content

Commit 9657ef0

Browse files
committed
docs(sdk): made comments more precise
Signed-off-by: Tjark Gunnar Rasche <trasche@nvidia.com>
1 parent 6a6c0e9 commit 9657ef0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/integrator/go-library.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ if err != nil {
112112
}
113113

114114
// ValidateState runs the validation phases against the resolved recipe +
115-
// observed snapshot. Here, the same kubeconfig used for snapshot collection
116-
// ensures that namespace, RBAC, ConfigMap, validator Job, and result operations
117-
// all target that cluster. With no WithValidationPhases option it runs all three
115+
// observed snapshot. Pass the same kubeconfig you used for snapshot collection
116+
// so that namespace, RBAC, ConfigMap, validator Job, and result operations all
117+
// target that cluster. With no WithValidationPhases option it runs all three
118118
// phases (Deployment, Conformance, Performance) in canonical order.
119119
results, err := client.ValidateState(ctx, result, snap,
120120
aicr.WithValidationKubeconfig("/path/to/target-kubeconfig"))

0 commit comments

Comments
 (0)