Commit Graph

7 Commits

Author SHA1 Message Date
Dalton Hill 51848c4954 Adding event and status condition examples.
Signed-off-by: Dalton Hill <dalton.hill.0@protonmail.com>
2024-09-03 14:43:43 -05:00
Nic Cope cacf5b0fc2 Fix BetaServer responses
I was accidentally always returning an empty response. This fixes that,
and adds a unit test.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-08-16 16:47:09 -07:00
Nic Cope b97d0d1ac8 Serve both v1 and v1beta1 requests for backward compatibility
Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-08-16 13:20:45 -07:00
Nic Cope 1f3ee551a0 Switch the SDK to use v1 protos
v1 is currently identical to v1beta1. Upstream we have automation that
makes sure the two protos are identical (apart from their package).

Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-08-16 13:20:45 -07:00
Steven Borrelli 66fe852bf9
Sync with upstream crossplane-runtime changes
* Bump crossplane-runtime
* Update GetInteger to handle floats locally
* Use new claim.Reference type

Signed-off-by: Steven Borrelli <steve@borrelli.org>
2023-10-24 14:16:20 -07:00
Nic Cope 0fbc5662fd Add an example of using structured types
Signed-off-by: Nic Cope <nicc@rk0n.org>
2023-09-28 22:13:33 -07:00
Nic Cope 04836aaa91 Add a top-level example
Signed-off-by: Nic Cope <nicc@rk0n.org>
2023-09-28 20:56:13 -07:00