Skip to content

Commit

Permalink
fix missing external_body
Browse files Browse the repository at this point in the history
Signed-off-by: ZichengMa <[email protected]>
  • Loading branch information
ZichengMa committed Oct 16, 2023
1 parent 3bc8f05 commit 455923a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kubernetes_api_objects/volume.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ impl SecretProjection {
}
}

#[verifier(external_body)]
pub fn clone(&self) -> (secret_projection: SecretProjection)
ensures
secret_projection@ == self@,
Expand Down

0 comments on commit 455923a

Please sign in to comment.