Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newCachingObject (0.34 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/caching_object.go

    	// The atomic.Value type is used to allow fast-path.
    	serializations atomic.Value
    }
    
    // newCachingObject performs a deep copy of the given object and wraps it
    // into a cachingObject.
    // An error is returned if it's not possible to cast the object to
    // metav1.Object type.
    func newCachingObject(object runtime.Object) (*cachingObject, error) {
    	if obj, ok := object.(metaRuntimeInterface); ok {
    		result := &cachingObject{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 05 18:03:48 UTC 2023
    - 12.6K bytes
    - Viewed (0)
Back to top