Skip to content

Commit

Permalink
Support discoveryProperties in Configuration (#619)
Browse files Browse the repository at this point in the history
* Support discoveryProperties in Configuration

Signed-off-by: Johnson Shih <jshih@microsoft.com>

* Update version

Signed-off-by: Johnson Shih <jshih@microsoft.com>

* use get_opt to get kube resources by name

Signed-off-by: Johnson Shih <jshih@microsoft.com>

* validate discovery properties in webhook

Signed-off-by: Johnson Shih <jshih@microsoft.com>

* address review comments

Signed-off-by: Johnson Shih <jshih@microsoft.com>

* add schema for discoveryProperties to Configuration CRD

Signed-off-by: Johnson Shih <jshih@microsoft.com>

* update unit test case

Signed-off-by: Johnson Shih <jshih@microsoft.com>

---------

Signed-off-by: Johnson Shih <jshih@microsoft.com>
  • Loading branch information
johnsonshih committed Jul 22, 2023
1 parent db62ed8 commit cc14ba6
Show file tree
Hide file tree
Showing 25 changed files with 1,399 additions and 49 deletions.
28 changes: 14 additions & 14 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 agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "agent"
version = "0.10.16"
version = "0.11.0"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>", "<bfjelds@microsoft.com>"]
edition = "2018"
rust-version = "1.68.1"
Expand Down

0 comments on commit cc14ba6

Please sign in to comment.