You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/webhook/conversion/conversion.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ limitations under the License.
17
17
/*
18
18
Package conversion provides implementation for CRD conversion webhook that implements handler for version conversion requests for types that are convertible.
19
19
20
-
See pkg/conversion for interface definitions required to ensure a Type is convertible.
20
+
See pkg/conversion for interface definitions required to ensure an API Type is convertible.
0 commit comments