Versions in this module Expand all Collapse all v0 v0.2.0 Jun 15, 2020 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type ConversionRequest struct + DesiredAPIVersion string + Objects []runtime.RawExtension + UID types.UID + func (in *ConversionRequest) DeepCopy() *ConversionRequest + func (in *ConversionRequest) DeepCopyInto(out *ConversionRequest) + type ConversionResponse struct + ConvertedObjects []runtime.RawExtension + Result metav1.Status + UID types.UID + func (in *ConversionResponse) DeepCopy() *ConversionResponse + func (in *ConversionResponse) DeepCopyInto(out *ConversionResponse) + type ConversionReview struct + Request *ConversionRequest + Response *ConversionResponse + func (in *ConversionReview) DeepCopy() *ConversionReview + func (in *ConversionReview) DeepCopyInto(out *ConversionReview) + func (in *ConversionReview) DeepCopyObject() runtime.Object