-
Notifications
You must be signed in to change notification settings - Fork 89
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
Ability to reference multiple types / generate resources multiple times #414
Comments
@Breee could this help me with crossplane-contrib/provider-upjet-digitalocean#36 as well? I am trying to figure out what is the best strategy to deal with more than one type for a given resource field |
Also |
Are there any updates? |
Not yet, the Best solution I came up with is writing a custom Controller that implements both types or use a composition function that selects the Type based on some property passed. |
@Breee, thanks for the reply.
Sorry if it looks stupid. I'm new to upjet generators. |
What problem are you facing?
Clients
OpenID Client
andSaml Client
and sadly no Generic Client available as resource.OpenId Client
orSaml Client
How could Upjet help solve your problem?
code is also on this branch: https://github.com/crossplane-contrib/provider-keycloak/blob/dfacf3ae92d66b1df511884113858be1636b1327/config/mapper/config.go#L59
The text was updated successfully, but these errors were encountered: