Skip to content

Commit f807b33

Browse files
aerfioalvaroaleman
andauthored
Update pkg/client/client.go
Co-authored-by: Alvaro Aleman <[email protected]>
1 parent 061c14d commit f807b33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/client/client.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ type Options struct {
6262
// to the method.
6363
FieldOwner string
6464

65-
// FieldValidation, if provided, sets the field validation strategy for all Patch, Update, and Create operations performed by this client and subresource clients created from it.
65+
// FieldValidation sets the field validation strategy for all mutating operations performed by this client
66+
// and subresource clients created from it.
67+
// The exception are apply requests which are always strict, regardless of the FieldValidation setting
6668
// This option does not affect Apply operations.
6769
// Available values for this option can be found in "k8s.io/apimachinery/pkg/apis/meta/v1" package and are:
6870
// - FieldValidationIgnore

0 commit comments

Comments
 (0)