package
1.20.0-rc.0
Repository: https://github.com/crossplane/crossplane-runtime.git
Documentation: pkg.go.dev

# Functions

ControllersMustMatch returns true if the supplied Selector requires that a reference be to a managed resource whose controller reference matches the referencing resource.
ExternalName extracts the resolved managed resource's external name from its external name annotation.
NewAPIResolver returns a Resolver that selects and resolves references from the supplied managed resource to other managed resources in the Kubernetes API server.

# Structs

An APIResolver selects and resolves references to managed resources in the Kubernetes API server.
A MultiResolutionRequest requests that several references to a particular kind of managed resource be resolved.
A MultiResolutionResponse returns the result of several reference resolutions.
A ResolutionRequest requests that a reference to a particular kind of managed resource be resolved.
A ResolutionResponse returns the result of a reference resolution.
To indicates the kind of managed resource a reference is to.

# Type aliases

An ExtractValueFn specifies how to extract a value from the resolved managed resource.