diff --git a/internal/crapi/crapi.go b/internal/crapi/crapi.go index 92fce3d1f1..39c0d9db90 100644 --- a/internal/crapi/crapi.go +++ b/internal/crapi/crapi.go @@ -38,14 +38,6 @@ type Translator interface { Mappings() ([]*refs.Mapping, error) } -// Request is deprecated do not use -// -// Deprecated: request is no longer used in the ToAPI and FromAPI calls -type Request struct { - Translator Translator - Dependencies []client.Object -} - // APIImporter can translate itself into Kubernetes Objects. // Use to customize or accelerate translations ad-hoc type APIImporter[T any, P refs.PtrClientObj[T]] interface {