remove match_labels option

This commit is contained in:
tahahawa
2025-06-25 16:44:49 -04:00
parent e1494c3ee8
commit eeae14b6bb
2 changed files with 3 additions and 2 deletions

View File

@@ -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(),