We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7440056 commit dfab2aaCopy full SHA for dfab2aa
internal/crapi/crapi.go
@@ -38,14 +38,6 @@ type Translator interface {
38
Mappings() ([]*refs.Mapping, error)
39
}
40
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
-
49
// APIImporter can translate itself into Kubernetes Objects.
50
// Use to customize or accelerate translations ad-hoc
51
type APIImporter[T any, P refs.PtrClientObj[T]] interface {
0 commit comments