kubernetes/staging/src/k8s.io/client-go/applyconfigurations/utils.go

// ForKind returns an apply configuration type for the given GroupVersionKind, or nil if no
// apply configuration type exists for the given GroupVersionKind.
func ForKind(kind schema.GroupVersionKind) interface{}

func NewTypeConverter(scheme *runtime.Scheme) *testing.TypeConverter {}