Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wasmCloud/wasmcloud-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5053a4d446046576cdf41940f9d8810186e18d69
Choose a base ref
..
head repository: wasmCloud/wasmcloud-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa90b6e59f648cef35080badd056ec5d9bd5df3f
Choose a head ref
Showing with 800 additions and 475 deletions.
  1. +202 −23 Cargo.lock
  2. +4 −4 Cargo.toml
  3. +1 −1 crates/types/Cargo.toml
  4. +2 −0 crates/types/src/v1alpha1/wasmcloud_host_config.rs
  5. +3 −0 examples/full-config/wasmcloud-annotated.yaml
  6. +8 −0 src/controller.rs
  7. +574 −441 src/openapi.rs
  8. +6 −6 src/services.rs
Loading