Skip to content

Commit

Permalink
docs: add docstring to AdmissionRequest
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
  • Loading branch information
fabriziosestito committed Oct 24, 2023
1 parent 2f227f2 commit a5c7cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/admission_request.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// This models the admission/v1/AdmissionRequest object of Kubernetes
#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct AdmissionRequest {
Expand Down

0 comments on commit a5c7cc5

Please sign in to comment.