You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--| /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
--| /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
@@ -608,6 +588,16 @@ instance HasOptionalParam PatchMutatingWebhookConfiguration DryRun where
608
588
applyOptionalParam req (DryRun xs) =
609
589
req `setQuery` toQuery ("dryRun", Just xs)
610
590
591
+
--| /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
--| /Optional Param/ "force" - Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
@@ -656,6 +646,16 @@ instance HasOptionalParam PatchValidatingWebhookConfiguration DryRun where
656
646
applyOptionalParam req (DryRun xs) =
657
647
req `setQuery` toQuery ("dryRun", Just xs)
658
648
649
+
--| /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
--| /Optional Param/ "force" - Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
@@ -694,12 +694,12 @@ instance HasOptionalParam ReadMutatingWebhookConfiguration Pretty where
694
694
applyOptionalParam req (Pretty xs) =
695
695
req `setQuery` toQuery ("pretty", Just xs)
696
696
697
-
--| /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
697
+
--| /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
--| /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify.
702
+
--| /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
@@ -734,12 +734,12 @@ instance HasOptionalParam ReadValidatingWebhookConfiguration Pretty where
734
734
applyOptionalParam req (Pretty xs) =
735
735
req `setQuery` toQuery ("pretty", Just xs)
736
736
737
-
--| /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
737
+
--| /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
--| /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify.
742
+
--| /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
--| /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
--| /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
0 commit comments