muvaffak

Results 104 comments of muvaffak

In cordova 6.0.0 release highlights: `Removed support for our old Cordova Plugins Registry. Now plugins can only be installed via npm, git URL or local paths.` So, you need to...

> the code would compile but if there are multiple Aliases returned from the call to ListAliases, the cr returned would be an empty svcapitypes.Alias struct. Is that what you...

I think we'll see many bumps to either `v1alpha2` or `v1beta1` with manually configured resources, which would require minor release. I'd propose that we make sure there is at most...

This is blocked by the decision on https://github.com/crossplane/crossplane/pull/2930

Would `kubectl get crds -o name | grep 'crossplane.io' | xargs kubectl delete crd` be helpful here?

Hi @remyleone ! We're mostly following the convention of kubebuilder from upstream which uses that prefix for its generated files so that all generated files look similar 🙂

Oh does [that notice](https://github.com/crossplane-contrib/provider-jet-gcp/blob/99200da/apis/cloudplatform/v1alpha2/zz_serviceaccount_types.go#L17) not appear in your generated files? > // Code generated by terrajet. DO NOT EDIT.

https://github.com/crossplane/crossplane-tools/issues/40 should help when it's implemented.

The ones with non-breaking API changes would be solved with https://github.com/crossplane/terrajet/issues/212 I believe, which are most of them. But I expect to have more breaking changes the more we add...

> Jet providers always have jet in the name The point I'm trying to get across is that I don't think there is a concept called _Jet providers_. Today there...