Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for Review (0.12 sec)

  1. pkg/apis/admissionregistration/validation/validation.go

    	return allErrors
    }
    
    // mutatingHasAcceptedAdmissionReviewVersions returns true if all webhooks have at least one
    // admission review version this apiserver accepts.
    func mutatingHasAcceptedAdmissionReviewVersions(webhooks []admissionregistration.MutatingWebhook) bool {
    	for _, hook := range webhooks {
    		hasRecognizedVersion := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    func (configgen *ConfigGeneratorImpl) buildSidecarListeners(builder *ListenerBuilder) *ListenerBuilder {
    	if builder.push.Mesh.ProxyListenPort > 0 {
    		// Any build order change need a careful code review
    		builder.appendSidecarInboundListeners().
    			appendSidecarOutboundListeners().
    			buildHTTPProxyListener().
    			buildVirtualOutboundListener()
    	}
    	return builder
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/rest/resttest/resttest.go

    	}
    }
    
    // testListTableConversion verifies a set of known bounds and expected limitations for the values
    // returned from a TableList. These conditions may be changed if necessary with adequate review.
    func (t *Tester) testListTableConversion(obj runtime.Object, assignFn AssignFunc) {
    	ctx := t.TestContext()
    	testLabels := map[string]string{"key": "value"}
    
    	foo3 := obj.DeepCopyObject()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  4. src/encoding/xml/marshal_test.go

    			continue
    		}
    		if test.ExpectXML == `<top>`+
    			`<x><b xmlns="space">b</b>`+
    			`<b xmlns="space1">b1</b></x>`+
    			`</top>` {
    			// TODO(rogpeppe): re-enable this test in
    			// https://go-review.googlesource.com/#/c/5910/
    			continue
    		}
    
    		vt := reflect.TypeOf(test.Value)
    		dest := reflect.New(vt.Elem()).Interface()
    		err := Unmarshal([]byte(test.ExpectXML), dest)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  5. docs/en/docs/img/github-social-preview.png

    github-social-preview.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Feb 04 20:56:59 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/compare/testdata/configdump.json

                                            "name": "inbound-vip|9080||reviews.default.svc.cluster.local-http",
                                            "typed_config": {
                                              "@type": "type.googleapis.com/google.protobuf.StringValue",
                                              "value": "inbound-vip|9080||reviews.default.svc.cluster.local-http"
                                            }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/Sets.java

       * {@link #copyInto} and forget the {@code SetView} itself.
       *
       * @since 2.0
       */
      public abstract static class SetView<E extends @Nullable Object> extends AbstractSet<E> {
        private SetView() {} // no subclasses but our own
    
        /**
         * Returns an immutable copy of the current contents of this set view. Does not support null
         * elements.
         *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 78.8K bytes
    - Viewed (0)
  8. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                    },
                                                    "istio": {
                                                        "workload": "reviews-v3;default;reviews;v3;Kubernetes"
                                                    }
                                                }
                                            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    		[]int32{9090}, map[string]string{"app": "details"}, t)
    
    	createServiceWait(ctl, "reviews", "bookinfo-reviews",
    		map[string]string{},
    		map[string]string{
    			annotation.AlphaKubernetesServiceAccounts.Name: "reviews",
    			annotation.AlphaCanonicalServiceAccounts.Name:  "reviews@gserviceaccount2.com",
    		},
    		[]int32{7070}, map[string]string{"app": "reviews"}, t)
    
    	wiRatings1 := &model.WorkloadInstance{
    		Name:      "ratings-1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Sets.java

       * {@link #copyInto} and forget the {@code SetView} itself.
       *
       * @since 2.0
       */
      public abstract static class SetView<E extends @Nullable Object> extends AbstractSet<E> {
        private SetView() {} // no subclasses but our own
    
        /**
         * Returns an immutable copy of the current contents of this set view. Does not support null
         * elements.
         *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 77.3K bytes
    - Viewed (0)
Back to top