Skip to content

Commit dfab2aa

Browse files
authored
Removing deprecated and unused Request (#2954)
1 parent 7440056 commit dfab2aa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

internal/crapi/crapi.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ type Translator interface {
3838
Mappings() ([]*refs.Mapping, error)
3939
}
4040

41-
// Request is deprecated do not use
42-
//
43-
// Deprecated: request is no longer used in the ToAPI and FromAPI calls
44-
type Request struct {
45-
Translator Translator
46-
Dependencies []client.Object
47-
}
48-
4941
// APIImporter can translate itself into Kubernetes Objects.
5042
// Use to customize or accelerate translations ad-hoc
5143
type APIImporter[T any, P refs.PtrClientObj[T]] interface {

0 commit comments

Comments
 (0)