Skip to content

Commit ed7d365

Browse files
committed
fix: fixed patchArgs description
1 parent 5b39390 commit ed7d365

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/types/patchargs.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
package types
55

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.
6+
// PatchArgs represent set of options on resources of a patch.
107
type PatchArgs struct {
118
// AllowNameChange allows name changes to the resource.
129
AllowNameChange bool `json:"allowNameChange,omitempty" yaml:"allowNameChange,omitempty"`

0 commit comments

Comments
 (0)