Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 471 for verb (0.14 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go

    	"verbs":           "`verbs` is a list of matching verbs and may not be empty. \"*\" matches all verbs. If it is present, it must be the only entry. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/flowcontrol/v1alpha1/generated.proto

    // target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member
    // of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
    message NonResourcePolicyRule {
      // `verbs` is a list of matching verbs and may not be empty.
      // "*" matches all verbs. If it is present, it must be the only entry.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/flowcontrol/v1beta2/generated.proto

    // target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member
    // of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
    message NonResourcePolicyRule {
      // `verbs` is a list of matching verbs and may not be empty.
      // "*" matches all verbs. If it is present, it must be the only entry.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/gccgo.go

    			continue
    		}
    		var verb, args string
    		if i := strings.Index(line, " "); i < 0 {
    			verb = line
    		} else {
    			verb, args = line[:i], strings.TrimSpace(line[i+1:])
    		}
    		before, after, _ := strings.Cut(args, "=")
    		switch verb {
    		default:
    			base.Fatalf("importcfg:%d: unknown directive %q", lineNum, verb)
    		case "packagefile":
    			if before == "" || after == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:18:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/conversion/conversion_test.go

    		meta, _, _ := unstructured.NestedFieldCopy(obj.Object, "metadata")
    		unstructured.SetNestedField(objv1beta2.Object, meta, "metadata")
    
    		for _, verb := range []string{"get", "list", "create", "update", "patch", "delete", "deletecollection"} {
    			t.Run(verb, func(t *testing.T) {
    				switch verb {
    				case "get":
    					_, err = clients["v1beta2"].Get(context.TODO(), obj.GetName(), metav1.GetOptions{})
    				case "list":
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 05:32:34 UTC 2023
    - 47.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.proto

    // target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member
    // of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
    message NonResourcePolicyRule {
      // `verbs` is a list of matching verbs and may not be empty.
      // "*" matches all verbs. If it is present, it must be the only entry.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  7. pkg/registry/apps/deployment/storage/storage.go

    	store *genericregistry.Store
    }
    
    // ProducesMIMETypes returns a list of the MIME types the specified HTTP verb (GET, POST, DELETE,
    // PATCH) can respond with.
    func (r *RollbackREST) ProducesMIMETypes(verb string) []string {
    	return nil
    }
    
    // ProducesObject returns an object the specified HTTP verb respond with. It will overwrite storage object if
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  8. pkg/log/scope_test.go

    				s.SetStackTraceLevel(c.stackLevel)
    				s.SetLogCallers(c.caller)
    
    				c.f()
    				_ = Sync()
    			})
    
    			if exitCalled != c.wantExit {
    				var verb string
    				if c.wantExit {
    					verb = " never"
    				}
    				t.Errorf("os.Exit%s called", verb)
    			}
    
    			if err != nil {
    				t.Errorf("Got error '%v', expected success", err)
    			}
    
    			if match, _ := regexp.MatchString(c.pat, lines[0]); !match {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 17:36:09 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.proto

    // target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member
    // of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
    message NonResourcePolicyRule {
      // `verbs` is a list of matching verbs and may not be empty.
      // "*" matches all verbs. If it is present, it must be the only entry.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1beta2/types_swagger_doc_generated.go

    	"verbs":           "`verbs` is a list of matching verbs and may not be empty. \"*\" matches all verbs. If it is present, it must be the only entry. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top