MCPcopy Create free account
hub / github.com/crossplane-contrib/function-patch-and-transform / PatchWithPatchSetName

Interface PatchWithPatchSetName

patches.go:45–48  ·  view source on GitHub ↗

PatchWithPatchSetName is a PatchInterface that has a PatchSetName field.

Source from the content-addressed store, hash-verified

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

Callers 1

ValidatePatchFunction · 0.65

Implementers 1

ComposedPatchinput/v1beta1/resources_patches.go

Calls

no outgoing calls

Tested by

no test coverage detected