Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultMeta (0.09 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go

    	}
    	return typed, nil
    }
    
    // generateConvertMeta constructs the meta value we pass to Convert.
    func (s *Scheme) generateConvertMeta(in interface{}) *conversion.Meta {
    	return s.converter.DefaultMeta(reflect.TypeOf(in))
    }
    
    // copyAndSetTargetKind performs a conditional copy before returning the object, or an error if copy was not successful.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 25.2K bytes
    - Viewed (0)
Back to top