Skip to content

Commit

Permalink
watcher::Config: Derive Clone + Debug + PartialEq (#1206)
Browse files Browse the repository at this point in the history
fixes #1205

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Apr 19, 2023
1 parent 278f8b7 commit 03489fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kube-runtime/src/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ pub enum ListSemantic {
}

/// Accumulates all options that can be used on the watcher invocation.
#[derive(Clone, Debug, PartialEq)]
pub struct Config {
/// A selector to restrict the list of returned objects by their labels.
///
Expand Down

0 comments on commit 03489fb

Please sign in to comment.