Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clusterScopedNodeNameAttrFunc (0.22 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    func determinePodGetAttrFunc(namespaceScoped bool, indexField []string) storage.AttrFunc {
    	if indexField != nil {
    		if namespaceScoped {
    			return namespacedScopedNodeNameAttrFunc
    		}
    		return clusterScopedNodeNameAttrFunc
    	}
    	if namespaceScoped {
    		return storage.DefaultNamespaceScopedAttr
    	}
    	return storage.DefaultClusterScopedAttr
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
Back to top