Skip to content

Commit

Permalink
Merge pull request #498 from SachinMaharana/master
Browse files Browse the repository at this point in the history
feat: fix for #494
  • Loading branch information
clux authored Apr 19, 2021
2 parents 320f6b0 + 8e2ef3e commit 7b04ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kube/src/api/admission.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ pub struct AdmissionResponse {
pub allowed: bool,
/// Extra details into why an admission request was denied. This field IS NOT
/// consulted in any way if "Allowed" is "true".
#[serde(rename = "status")]
pub result: Status,
/// The patch body. Currently we only support "JSONPatch" which implements
/// RFC 6902.
Expand Down

0 comments on commit 7b04ae4

Please sign in to comment.