apiVersion: argocd.crossplane.io/v1alpha1
kind: ProviderConfigUsage
A ProviderConfigUsage indicates that a resource is using a ProviderConfig.
ProviderConfigReference to the provider config being used.
Name of the referenced object.
Policies for referencing.
Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.
Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.
ResourceReference to the managed resource using the provider config.
APIVersion of the referenced object.
Kind of the referenced object.
Name of the referenced object.
UID of the referenced object.