From 6a230300a8133565a721b3cb68be0c7cd4d5662e Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Tue, 7 May 2024 16:18:11 -0700 Subject: [PATCH] chore: improve docs about selector field name Signed-off-by: Yordis Prieto --- docs/configuring-a-resource.md | 2 +- pkg/config/resource.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-a-resource.md b/docs/configuring-a-resource.md index 00ad1794..06ea465f 100644 --- a/docs/configuring-a-resource.md +++ b/docs/configuring-a-resource.md @@ -335,7 +335,7 @@ type Reference struct { // Ref or Refs. // Optional RefFieldName string - // SelectorFieldName is the field name for the Selector field. Defaults to + // SelectorFieldName is the Go field name for the Selector field. Defaults to // Selector. // Optional SelectorFieldName string diff --git a/pkg/config/resource.go b/pkg/config/resource.go index b78fe81f..32f6e93d 100644 --- a/pkg/config/resource.go +++ b/pkg/config/resource.go @@ -187,7 +187,7 @@ type Reference struct { // Ref or Refs. // Optional RefFieldName string - // SelectorFieldName is the field name for the Selector field. Defaults to + // SelectorFieldName is the Go field name for the Selector field. Defaults to // Selector. // Optional SelectorFieldName string