# Functions
CreateResourceInterpreterContext returns the unique request uid, the ResourceInterpreterContext object to send the webhook, or an error if the webhook does not support receiving any of the versions we know to send.
CreateV1alpha1ResourceInterpreterContext creates an ResourceInterpreterContext for the provided RequestAttributes.
VerifyResourceInterpreterContext checks the validity of the provided resourceInterpreterContext, and returns ResponseAttributes, or an error if the provided resourceInterpreterContext was not valid.
# Structs
Attributes Attributes contains the attributes that call webhook.
ResponseAttributes contains the attributes that response by the webhook.