Skip to content

Commit

Permalink
Update kube-runtime/src/reflector/object_ref.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
Signed-off-by: Eirik A <[email protected]>
  • Loading branch information
clux and nightkr authored Mar 22, 2024
1 parent 0a3c5d4 commit 76b1fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-runtime/src/reflector/object_ref.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use derivative::Derivative;
use k8s_openapi::{api::core::v1::ObjectReference, apimachinery::pkg::apis::meta::v1::OwnerReference};
#[allow(unused_imports)] // docs
#[cfg(doc)]
use kube_client::core::ObjectMeta;
use kube_client::{
api::{DynamicObject, Resource},
Expand Down

0 comments on commit 76b1fc1

Please sign in to comment.