Skip to content

Commit 26d83df

Browse files
committed
remove duplicate information in client.Options.FieldValidation documentation
1 parent f807b33 commit 26d83df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/client/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ type Options struct {
6565
// FieldValidation sets the field validation strategy for all mutating operations performed by this client
6666
// and subresource clients created from it.
6767
// The exception are apply requests which are always strict, regardless of the FieldValidation setting
68-
// This option does not affect Apply operations.
6968
// Available values for this option can be found in "k8s.io/apimachinery/pkg/apis/meta/v1" package and are:
7069
// - FieldValidationIgnore
7170
// - FieldValidationWarn

0 commit comments

Comments
 (0)