Skip to content
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

[Merged by Bors] - Add Deployment controller for managed connectors #1499

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a56aa5c
Initial stuff for managed connector specs
simlay Aug 24, 2021
05bc7ef
managed_connector spec
nacardin Aug 24, 2021
594d450
Fixed helm chart for managedconnectors
simlay Aug 25, 2021
75968a5
cargo fmt
simlay Aug 25, 2021
ad7d410
Added list and delete endpoints
simlay Aug 26, 2021
22e907f
Added ManagedConnectors to watch api
simlay Aug 26, 2021
f980f9f
more updates
simlay Aug 26, 2021
04f7748
Added deployment generation
simlay Aug 27, 2021
092e8c3
working deployment
nacardin Aug 27, 2021
225b76f
Added args to connector config
simlay Aug 30, 2021
691c901
Updated to use k8-api patch branch
simlay Aug 31, 2021
27a615f
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Aug 31, 2021
e4b4851
Image name is now correct
simlay Sep 2, 2021
a17edf5
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 2, 2021
06c8585
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 2, 2021
c80f1b1
fix warnings
simlay Sep 3, 2021
12b1799
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 3, 2021
ed364b3
updates to helm charts
simlay Sep 7, 2021
ad54a5e
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 7, 2021
a4fe234
Working again
simlay Sep 7, 2021
a100488
Added status to container
simlay Sep 8, 2021
5f4525c
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 10, 2021
4b9d84b
initial scaffolding to config map
simlay Sep 15, 2021
5cb88bf
Working for demo
simlay Sep 15, 2021
de2d6ba
Added fluvio-connector-helm chart
simlay Sep 16, 2021
d5d8ebc
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 22, 2021
6ee61de
deleted unused files
simlay Sep 22, 2021
cf1f326
updates
simlay Sep 22, 2021
f05f170
Updated helm chart
simlay Sep 22, 2021
dd4da1b
fix clippy
simlay Sep 22, 2021
ccc4e72
cargo fmt
simlay Sep 22, 2021
511a445
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 23, 2021
c57ac85
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 24, 2021
6596407
Added default for create_topic
simlay Sep 24, 2021
9bf6646
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 27, 2021
bdcb33c
Tested and working
simlay Sep 28, 2021
fd95342
cargo fmt
simlay Sep 28, 2021
8c9b190
Clean up unused comments and fmt
simlay Sep 28, 2021
20e903b
Updates from comments
simlay Sep 28, 2021
3399b25
added tls work around for configmap
simlay Sep 30, 2021
3a9bcf5
cargo fmt
simlay Sep 30, 2021
847557e
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 30, 2021
bacaa73
Added filter for managed connector
simlay Sep 30, 2021
cdf589d
Update from comments
simlay Sep 30, 2021
05dc77a
cargo fmt
simlay Sep 30, 2021
66b4971
Merge branch 'master' of github.com:infinyon/fluvio into add-spec-for…
simlay Sep 30, 2021
343e042
fix clippy
simlay Sep 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated to use k8-api patch branch
  • Loading branch information
simlay committed Aug 31, 2021
commit 691c901e4fdeaa66104d2e3839530a7e8cf50b7d
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ incremental = false
codegen-units = 256

[patch.crates-io]
k8-types = { path = "../k8-api/src/k8-types/" }
k8-types = { git = "https://github.com/simlay/k8-api", branch = "add-deployment-types" }