# Constants
AllowedNamespacesKey is the key in the config map for an optional comma-separated list of namespaces which the resolver is allowed to access.
BlockedNamespacesKey is the key in the config map for an optional comma-separated list of namespaces which the resolver is blocked from accessing.
ClusterResolverName is the name that the cluster resolver should be associated with.
DefaultKindKey is the key in the config map for the default kind setting.
DefaultNamespaceKey is the key in the config map for the default namespace setting.
KindParam is the parameter for the object kind.
LabelValueClusterResolverType is the value to use for the resolution.tekton.dev/type label on resource requests.
NameParam is the parameter for the object name.
NamespaceParam is the parameter for the namespace containing the object.
# Variables
ResourceNameAnnotation is the annotation key for the fetched resource name.
ResourceNamespaceAnnotation is the annotation key for the fetched resource's namespace.
# Structs
ResolvedClusterResource implements framework.ResolvedResource and returns the resolved file []byte data and an annotation map for any metadata.
Resolver implements a framework.Resolver that can fetch resources from other namespaces.