Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 393 for spring (0.24 sec)

  1. guava/src/com/google/common/base/Preconditions.java

       *     string using {@link String#valueOf(Object)}
       * @throws IllegalArgumentException if {@code expression} is false
       */
      public static void checkArgument(boolean expression, @CheckForNull Object errorMessage) {
        if (!expression) {
          throw new IllegalArgumentException(String.valueOf(errorMessage));
        }
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 11 11:52:14 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  2. tests/query_test.go

    		t.Fatalf("Build NOT condition, but got %v", result.Statement.SQL.String())
    	}
    
    	result = dryDB.Not(map[string]interface{}{"name": []string{}}).Find(&User{})
    	if !regexp.MustCompile("SELECT \\* FROM .*users.* WHERE .*name.* IS NOT NULL").MatchString(result.Statement.SQL.String()) {
    		t.Fatalf("Build NOT condition, but got %v", result.Statement.SQL.String())
    	}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  3. pkg/registry/core/pod/strategy_test.go

    										MatchLabels: map[string]string{
    											"region": "Asia",
    										},
    									},
    									MatchLabelKeys:    []string{"country"},
    									MismatchLabelKeys: []string{"city"},
    								},
    							},
    						},
    					},
    				},
    			},
    			wantPod: &api.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Labels: map[string]string{
    						"country": "Japan",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  4. pilot/pkg/model/virtualservice_test.go

    				{
    					SourceLabels: map[string]string{"app": "test"},
    				},
    			},
    			delegate: []*networking.HTTPMatchRequest{
    				{
    					SourceLabels: map[string]string{"version": "v1"},
    				},
    			},
    			expected: []*networking.HTTPMatchRequest{
    				{
    					SourceLabels: map[string]string{"app": "test", "version": "v1"},
    				},
    			},
    		},
    	}
    
    	for _, tc := range cases {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  5. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				MaxParallelImagePulls:            nil,
    				EvictionHard:                     map[string]string{},
    				EvictionSoft:                     map[string]string{},
    				EvictionSoftGracePeriod:          map[string]string{},
    				EvictionPressureTransitionPeriod: zeroDuration,
    				EvictionMaxPodGracePeriod:        0,
    				EvictionMinimumReclaim:           map[string]string{},
    				PodsPerCore:                      0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  6. pilot/pkg/model/telemetry_logging_test.go

    	fakeAuthority := "otel-collector.monitoring.svc.cluster.local"
    	for _, tc := range []struct {
    		name        string
    		logName     string
    		clusterName string
    		hostname    string
    		body        string
    		labels      *structpb.Struct
    		expected    *otelaccesslog.OpenTelemetryAccessLogConfig
    	}{
    		{
    			name:        "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  7. pilot/pkg/model/push_context_test.go

    			proxy: &Proxy{
    				Labels:          map[string]string{"app": "v1"},
    				Metadata:        &NodeMetadata{IstioVersion: "1.4.0", Labels: map[string]string{"app": "v1"}},
    				ConfigNamespace: "istio-system",
    			},
    			expectedListenerPatches: 1,
    			expectedClusterPatches:  1,
    		},
    
    		{
    			name: "proxy matches no envoyfilter",
    			proxy: &Proxy{
    				Labels:          map[string]string{"app": "v2"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    	testCases := []struct {
    		name        string
    		in          []string
    		matchPolicy string
    		want        string
    	}{
    		{
    			name: "audiences is empty",
    			in:   []string{},
    			want: "issuer.audiences: Required value: at least one issuer.audiences is required",
    		},
    		{
    			name: "audience is empty",
    			in:   []string{""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  9. src/encoding/json/decode_test.go

    			}
    		})
    	}
    }
    
    // Test that string option is ignored for invalid types.
    // Issue 9812.
    func TestInvalidStringOption(t *testing.T) {
    	num := 0
    	item := struct {
    		T time.Time         `json:",string"`
    		M map[string]string `json:",string"`
    		S []string          `json:",string"`
    		A [1]string         `json:",string"`
    		I any               `json:",string"`
    		P *int              `json:",string"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  10. src/go/build/build.go

    	CFiles            []string // .c source files
    	CXXFiles          []string // .cc, .cpp and .cxx source files
    	MFiles            []string // .m (Objective-C) source files
    	HFiles            []string // .h, .hh, .hpp and .hxx source files
    	FFiles            []string // .f, .F, .for and .f90 Fortran source files
    	SFiles            []string // .s source files
    	SwigFiles         []string // .swig files
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
Back to top