Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for noverbs (0.18 sec)

  1. api/discovery/aggregated_v2.json

                        "version": ""
                      },
                      "subresource": "status",
                      "verbs": [
                        "get",
                        "patch",
                        "update"
                      ]
                    }
                  ],
                  "verbs": [
                    "create",
                    "delete",
                    "deletecollection",
                    "get",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. src/fmt/fmt_test.go

    	{"no args", "hello", "no args%!(EXTRA string=hello)"},
    	{"%s %", "hello", "hello %!(NOVERB)"},
    	{"%s %.2", "hello", "hello %!(NOVERB)"},
    	{"%017091901790959340919092959340919017929593813360", 0, "%!(NOVERB)%!(EXTRA int=0)"},
    	{"%184467440737095516170v", 0, "%!(NOVERB)%!(EXTRA int=0)"},
    	// Extra argument errors should format without flags set.
    	{"%010.2", "12345", "%!(NOVERB)%!(EXTRA string=12345)"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2beta1.json

                        "version": ""
                      },
                      "subresource": "status",
                      "verbs": [
                        "get",
                        "patch",
                        "update"
                      ]
                    }
                  ],
                  "verbs": [
                    "create",
                    "delete",
                    "deletecollection",
                    "get",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/validation/validation_test.go

    			}},
    			ResourceRules: []flowcontrol.ResourcePolicyRule{{
    				Verbs:        []string{flowcontrol.VerbAll},
    				APIGroups:    []string{flowcontrol.APIGroupAll},
    				Resources:    []string{flowcontrol.ResourceAll},
    				ClusterScope: true,
    				Namespaces:   []string{flowcontrol.NamespaceEvery},
    			}},
    			NonResourceRules: []flowcontrol.NonResourcePolicyRule{{
    				Verbs:           []string{flowcontrol.VerbAll},
    				NonResourceURLs: []string{"/"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  5. common/scripts/metallb-native.yaml

      resources:
      - bgppeers
      verbs:
      - get
      - list
    - apiGroups:
      - metallb.io
      resources:
      - addresspools
      verbs:
      - get
      - list
      - watch
    - apiGroups:
      - metallb.io
      resources:
      - bfdprofiles
      verbs:
      - get
      - list
      - watch
    - apiGroups:
      - metallb.io
      resources:
      - ipaddresspools
      verbs:
      - get
      - list
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    			ws.Route(route)
    		}
    		// Note: update GetAuthorizerAttributes() when adding a custom handler.
    	}
    
    	apiResource.Verbs = make([]string, 0, len(kubeVerbs))
    	for kubeVerb := range kubeVerbs {
    		apiResource.Verbs = append(apiResource.Verbs, kubeVerb)
    	}
    	sort.Strings(apiResource.Verbs)
    
    	if shortNamesProvider, ok := storage.(rest.ShortNamesProvider); ok {
    		apiResource.ShortNames = shortNamesProvider.ShortNames()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  7. pkg/apis/flowcontrol/v1beta3/zz_generated.conversion.go

    }
    
    func autoConvert_v1beta3_NonResourcePolicyRule_To_flowcontrol_NonResourcePolicyRule(in *v1beta3.NonResourcePolicyRule, out *flowcontrol.NonResourcePolicyRule, s conversion.Scope) error {
    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.NonResourceURLs = *(*[]string)(unsafe.Pointer(&in.NonResourceURLs))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  8. pkg/apis/flowcontrol/v1/zz_generated.conversion.go

    }
    
    func autoConvert_v1_NonResourcePolicyRule_To_flowcontrol_NonResourcePolicyRule(in *v1.NonResourcePolicyRule, out *flowcontrol.NonResourcePolicyRule, s conversion.Scope) error {
    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.NonResourceURLs = *(*[]string)(unsafe.Pointer(&in.NonResourceURLs))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  9. pkg/apis/flowcontrol/v1beta1/zz_generated.conversion.go

    	return nil
    }
    
    func autoConvert_v1beta1_NonResourcePolicyRule_To_flowcontrol_NonResourcePolicyRule(in *v1beta1.NonResourcePolicyRule, out *flowcontrol.NonResourcePolicyRule, s conversion.Scope) error {
    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.NonResourceURLs = *(*[]string)(unsafe.Pointer(&in.NonResourceURLs))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
  10. pkg/apis/flowcontrol/v1beta2/zz_generated.conversion.go

    	return nil
    }
    
    func autoConvert_v1beta2_NonResourcePolicyRule_To_flowcontrol_NonResourcePolicyRule(in *v1beta2.NonResourcePolicyRule, out *flowcontrol.NonResourcePolicyRule, s conversion.Scope) error {
    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.NonResourceURLs = *(*[]string)(unsafe.Pointer(&in.NonResourceURLs))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
Back to top