Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
Signed-off-by: Mikail Bagishov <bagishov.mikail@yandex.ru>
  • Loading branch information
MikailBag committed Sep 10, 2022
1 parent ff50777 commit 68748d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-core/src/conversion/types.rs
Expand Up @@ -9,7 +9,7 @@ pub const META_API_VERSION_V1: &str = "apiextensions.k8s.io/v1";

#[derive(Debug, Error)]
#[error("request missing in ConversionReview")]
/// Returned when `AdmissionReview` cannot be converted into `AdmissionRequest`
/// Returned when `ConversionReview` cannot be converted into `ConversionRequest`
pub struct ConvertConversionReviewError;

/// Struct that describes both request and response
Expand Down

0 comments on commit 68748d7

Please sign in to comment.