flux v0.27.3

Receiver.spec.resources

A list of resources to be notified about changes.

5 fields
Receiver.spec.resources fields and descriptions
Field / TypeDescription
apiVersion
string

API version of the referent

kind
string

Kind of the referent

  • enum: ["Bucket","GitRepository","Kustomization","HelmRelease","HelmChart","HelmRepository","ImageRepository","ImagePolicy","ImageUpdateAutomation"]
map[string]string

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.

name
string required

Name of the referent

  • minLength: 1
  • maxLength: 53
namespace
string

Namespace of the referent

  • minLength: 1
  • maxLength: 53