()
| 27 | } |
| 28 | |
| 29 | func DefaultPatchOptions() metav1.PatchOptions { |
| 30 | opts := metav1.PatchOptions{} |
| 31 | |
| 32 | if app.KubeClientFieldManager != "" { |
| 33 | opts.FieldManager = app.KubeClientFieldManager |
| 34 | } |
| 35 | |
| 36 | return opts |
| 37 | } |
no outgoing calls
no test coverage detected