Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeStorage_locked (2.38 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	r.removeStorage_locked(newCRD.UID)
    }
    
    // removeStorage_locked removes the cached storage with the given uid as key from the storage map. This function
    // updates r.customStorage with the cleaned-up storageMap and tears down the old storage.
    // NOTE: Caller MUST hold r.customStorageLock to write r.customStorage thread-safely.
    func (r *crdHandler) removeStorage_locked(uid types.UID) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
Back to top