Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for interpretListError (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    			err := e.Storage.GetList(ctx, key, storageOpts, list)
    			return list, storeerr.InterpretListError(err, qualifiedResource)
    		}
    		// if we cannot extract a key based on the current context, the optimization is skipped
    	}
    
    	err := e.Storage.GetList(ctx, e.KeyRootFunc(ctx), storageOpts, list)
    	return list, storeerr.InterpretListError(err, qualifiedResource)
    }
    
    // finishNothing is a do-nothing FinishFunc.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
Back to top