type nopConverter … var _ … // ConvertToVersion converts in object to the given gv in place and returns the same `in` object. func (c *nopConverter) Convert(in runtime.Object, targetGV schema.GroupVersion) (runtime.Object, error) { … }
type nopConverter … var _ … // ConvertToVersion converts in object to the given gv in place and returns the same `in` object. func (c *nopConverter) Convert(in runtime.Object, targetGV schema.GroupVersion) (runtime.Object, error) { … }