InputInput can be used to provide input to this Function.
TypeMR
Providerfunction-extra-resources
Groupextra-resources.fn.crossplane.io
Scopenamespaced
Versionv1beta1

1apiVersion: extra-resources.fn.crossplane.io/v1beta1

2kind: Input

kind
string
metadata
object
spec
object

Spec is the input to this function.

extraResources
required
array

ExtraResources selects a list of ExtraResources. The resolved resources are stored in the composite resource at spec.extraResourceRefs and is only updated if it is null.

into
required
string
kind
string
namespace
string
ref
object

Ref is a named reference to a single ExtraResource. Either Ref or Selector is required.

name
required
string
selector
object

Selector selects ExtraResource(s) via labels.

array

MatchLabels ensures an object with matching labels is selected.

key
required
string
type
string
value
string
maxMatch
integer
minMatch
integer
type
string
policy
object

Policy represents the Resolution policies which apply to all ResourceSourceReferences in ExtraResources list.