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 3350f97 commit 4850533
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 4850533

Please sign in to comment.