-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get referenced obj using dynamic GVK API Rebased #7
Conversation
Signed-off-by: Nitish Malhotra <[email protected]>
fix: rebase master
The spec allows for sink parameters to specify both a ref and a uri. In that case, the uri must be a path that is set on the resolved ref url. Only if no ref is specified must the uri be an absolute url. This makes the url type too strict for this field since url must always be absolute.
Some small clippy lint fixes as well
Still trying to figure out the right api for |
Use a shared fn build_service_url for both DynamicObject and Service types when getting the url via AddressableTypeExt.
Continuation of #1 opened by @nitishm
duckv1.AddressableType
and get URL fromstatus