Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNamespaceScopedRequest (0.39 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/selection_predicate.go

    		} else if field == "metadata.namespace" {
    			// list pods in the namespace. i.e. /api/v1/namespaces/default/pods
    			if namespace, isNamespaceScope := isNamespaceScopedRequest(ctx); isNamespaceScope {
    				result = append(result, MatchValue{IndexName: FieldIndex(field), Value: namespace})
    			}
    		}
    	}
    	for _, label := range s.IndexLabels {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top