Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 227 for req_ext (0.15 sec)

  1. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    	i -= len(m.Username)
    	copy(dAtA[i:], m.Username)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Username)))
    	i--
    	dAtA[i] = 0x12
    	if m.Request != nil {
    		i -= len(m.Request)
    		copy(dAtA[i:], m.Request)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(m.Request)))
    		i--
    		dAtA[i] = 0xa
    	}
    	return len(dAtA) - i, nil
    }
    
    func (m *CertificateSigningRequestStatus) Marshal() (dAtA []byte, err error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    								Type: "InClusterConfig",
    							},
    							MatchConditions: []api.WebhookMatchCondition{
    								{
    									Expression: "has(request.resourceAttributes) && request.resourceAttributes.namespace == 'kube-system'",
    								},
    								{
    									Expression: "request.user == 'admin'",
    								},
    							},
    						},
    					},
    				},
    			},
    			expectedErrList: field.ErrorList{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    	for _, tc := range []struct {
    		name string
    		f    func(t *testing.T, got **rest.Request) *Builder
    	}{
    		{
    			name: "simple",
    			f: func(t *testing.T, got **rest.Request) *Builder {
    				return newDefaultBuilderWith(fakeClientWith(t.Name(), t, nil)).
    					NamespaceParam("foo").
    					TransformRequests(func(req *rest.Request) {
    						*got = req
    					}).
    					ResourceNames("", "services/baz").
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	out := e.NewFunc()
    	klog.V(6).InfoS("Going to delete object from registry, triggered by update", "object", klog.KRef(genericapirequest.NamespaceValue(ctx), name))
    	// Using the rest.ValidateAllObjectFunc because the request is an UPDATE request and has already passed the admission for the UPDATE verb.
    	if err := e.Storage.Delete(ctx, key, out, preconditions, rest.ValidateAllObjectFunc, dryrun.IsDryRun(options.DryRun), nil); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	// purpose of managing fields, it is how CR handlers get the structure
    	// of TypeMeta and ObjectMeta
    	staticOpenAPISpec map[string]*spec.Schema
    
    	// The limit on the request size that would be accepted and decoded in a write request
    	// 0 means no limit.
    	maxRequestBodyBytes int64
    }
    
    // crdInfo stores enough information to serve the storage for the custom resource
    type crdInfo struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. pilot/pkg/model/telemetry_logging_test.go

    								"user_agent":                     {Kind: &structpb.Value_StringValue{StringValue: "%REQ(USER-AGENT)%"}},
    								"request_id":                     {Kind: &structpb.Value_StringValue{StringValue: "%REQ(X-REQUEST-ID)%"}},
    								"authority":                      {Kind: &structpb.Value_StringValue{StringValue: "%REQ(:AUTHORITY)%"}},
    								"upstream_host":                  {Kind: &structpb.Value_StringValue{StringValue: "%UPSTREAM_HOST%"}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// element refers to the list of labels in the path split by the '/'
    	// separator. A request is a match for path p if every p is an element-wise
    	// prefix of p of the request path. Note that if the last element of the
    	// path is a substring of the last element in request path, it is not a
    	// match (e.g. /foo/bar matches /foo/bar/baz, but does not match
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	scope := namespacedName{}
    	if requestNamespace, ok := request.NamespaceFrom(ctx); ok && len(requestNamespace) > 0 {
    		scope.namespace = requestNamespace
    	} else if selectorNamespace, ok := pred.Field.RequiresExactMatch("metadata.namespace"); ok {
    		scope.namespace = selectorNamespace
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/rtf",
    				"application/rtx",
    				"application/samlassertion+xml",
    				"application/samlmetadata+xml",
    				"application/sbml+xml",
    				"application/scvp-cv-request",
    				"application/scvp-cv-response",
    				"application/scvp-vp-request",
    				"application/scvp-vp-response",
    				"application/sdp",
    				"application/set-payment",
    				"application/set-payment-initiation",
    				"application/set-registration",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  10. docs/metrics/prometheus/grafana/minio-dashboard.json

              "interval": "1m",
              "intervalFactor": 2,
              "legendFormat": "KMS Request Success [{{server}}]",
              "refId": "A"
            }
          ],
          "title": "KMS Request Success Rate ",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
Back to top