PatchWithPatchSetName is a PatchInterface that has a PatchSetName field.
| 43 | |
| 44 | // PatchWithPatchSetName is a PatchInterface that has a PatchSetName field. |
| 45 | type PatchWithPatchSetName interface { |
| 46 | PatchInterface |
| 47 | GetPatchSetName() string |
| 48 | } |
| 49 | |
| 50 | // ResolveTransforms applies a list of transforms to a patch value. |
| 51 | func ResolveTransforms(ts []v1beta1.Transform, input any) (any, error) { |
no outgoing calls
no test coverage detected