We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b39390 commit ed7d365Copy full SHA for ed7d365
api/types/patchargs.go
@@ -3,10 +3,7 @@
3
4
package types
5
6
-// Patch represent either a Strategic Merge Patch or a JSON patch
7
-// and its targets.
8
-// The content of the patch can either be from a file
9
-// or from an inline string.
+// PatchArgs represent set of options on resources of a patch.
10
type PatchArgs struct {
11
// AllowNameChange allows name changes to the resource.
12
AllowNameChange bool `json:"allowNameChange,omitempty" yaml:"allowNameChange,omitempty"`
0 commit comments