Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewEquivalentResourceRegistryWithIdentity (0.28 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/config.go

    	if c.EquivalentResourceRegistry == nil {
    		if c.RESTOptionsGetter == nil {
    			c.EquivalentResourceRegistry = runtime.NewEquivalentResourceRegistry()
    		} else {
    			c.EquivalentResourceRegistry = runtime.NewEquivalentResourceRegistryWithIdentity(func(groupResource schema.GroupResource) string {
    				// use the storage prefix as the key if possible
    				if opts, err := c.RESTOptionsGetter.GetRESTOptions(groupResource); err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top