Module conversion

Source
Expand description

Contains types useful for implementing custom resource conversion webhooks.

Structsยง

ConversionRequest
Part of ConversionReview which is set on input (i.e. generated by apiserver)
ConversionResponse
Part of ConversionReview which is set on output (i.e. generated by conversion webhook)
ConversionReview
Struct that describes both request and response
ConvertConversionReviewError
Returned when ConversionReview cannot be converted into ConversionRequest