Skip to content

Commit

Permalink
apply to From
Browse files Browse the repository at this point in the history
  • Loading branch information
nacardin committed Oct 4, 2024
1 parent 4425bd6 commit 76922ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/k8-types/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@ impl From<ObjectMeta> for InputObjectMeta {
Self {
name: meta.name,
namespace: meta.namespace,
..Default::default()
labels: meta.labels,
finalizers: meta.finalizers,
annotations: meta.annotations,
owner_references: meta.owner_references,
}
}
}
Expand Down

0 comments on commit 76922ae

Please sign in to comment.