Skip to content

Commit

Permalink
Update kube-runtime/src/events.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eirik A <sszynrae@gmail.com>
Signed-off-by: Zdeněk Hřebíček <zdenek.hrebicek@gmail.com>
  • Loading branch information
zhrebicek and clux committed Mar 8, 2022
1 parent 097339e commit b2109e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-runtime/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl Recorder {
///
/// This is intended to be created at the start of your controller's reconcile fn.
///
/// Cluster scoped object reference defaults to "default" namespace.
/// Cluster scoped objects will publish events in the "default" namespace.
#[must_use]
pub fn new(client: Client, reporter: Reporter, reference: ObjectReference) -> Self {
let default_namespace = "default".to_owned();
Expand Down

0 comments on commit b2109e2

Please sign in to comment.