InputsFrom contains the list of references to input providers.
When set, the inputs are fetched from the providers and concatenated
with the in-line inputs defined in the ResourceSet.
apiVersion
string
APIVersion of the input provider resource.
When not set, the APIVersion of the ResourceSet is used.
enum: fluxcd.controlplane.io/v1
kind
string
Kind of the input provider resource.
enum: ResourceSetInputProvider
name
string
Name of the input provider resource. Cannot be set
when the Selector field is set.
selector
object
Selector is a label selector to filter the input provider resources
as an alternative to the Name field.
matchExpressions
[]object
matchExpressions is a list of label selector requirements. The requirements are ANDed.
key
string required
key is the label key that the selector applies to.
operator
string required
operator represents a key's relationship to a set of values.
Valid operators are In, NotIn, Exists and DoesNotExist.
values
[]string
values is an array of string values. If the operator is In or NotIn,
the values array must be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. This array is replaced during a strategic
merge patch.
matchLabels
object
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.