remove match_labels option
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
use harmony::{
|
||||
inventory::Inventory,
|
||||
@@ -63,7 +64,7 @@ async fn main() {
|
||||
target_labels: vec![],
|
||||
pod_target_labels: vec![],
|
||||
selector: Selector {
|
||||
match_labels: None,
|
||||
match_labels: HashMap::new(),
|
||||
match_expressions: vec![MatchExpression {
|
||||
key: "test".to_string(),
|
||||
operator: "In".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user