crossplane-tools icon indicating copy to clipboard operation
crossplane-tools copied to clipboard

Experimental code generators for Crossplane controllers.

Results 42 crossplane-tools issues
Sort by recently updated
recently updated
newest added

### Description of your changes Fixes #62 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure this PR is ready for...

### What happened? Go projects that reference this project are (almost) forced to use `gopkg.in/alecthomas/kingpin.v2` instead of `github.com/alecthomas/kingpin/v2`. ### How can we reproduce it? Take any project that references this...

bug

### What happened? Following the [official guidelines](https://github.com/crossplane/provider-template/) to create a custom provider, all the steps can be run until `go generate`. then, `go generate` panics with a backtrace ``` panic:...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Add support for int pointers for situations where resource IDs are ints ### Description of your changes Fixes # I have: - [x] Read and followed Crossplane's [contribution process]. -...

### What problem are you facing? It is currently not possible to generate `ResolveReferences` methods that target multiple suitable types even though there are cases in which this would be...

enhancement
wontfix

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

### What happened? Naive provider from scratch development flow breaks when using @latest version of both crossplane-runtime and crossplane-tools, due to `managed` interface no longer being satisfied. #57 is the...

bug

### What happened? This package has no version list on goproxy.io so the renovate dependency bot fails on this dependency. For crossplane-runtime it's working. It looks like there only is...

bug

Simply keep a slice of already visited types and exit early. Fixes #47 Signed-off-by: [email protected]