Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 471 for subset16 (0.14 sec)

  1. pilot/pkg/model/push_context_test.go

    			host:        testhost,
    			wantSubsets: []string{"subset5", "subset6"},
    		},
    		{
    			proxyNs:     "istio-system",
    			serviceNs:   "random",
    			host:        testhost,
    			wantSubsets: []string{"subset9", "subset10"},
    		},
    		{
    			proxyNs:     "istio-system",
    			serviceNs:   "istio-system",
    			host:        testhost,
    			wantSubsets: []string{"subset9", "subset10"},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  2. pkg/controller/endpoint/endpoints_controller.go

    			// addresses
    			subset.Addresses = addressSubset(subset.Addresses, toBeAdded)
    			subset.NotReadyAddresses = []v1.EndpointAddress{}
    			canBeAdded -= len(subset.Addresses)
    		} else {
    			// Only truncate the not ready addresses
    			subset.NotReadyAddresses = addressSubset(subset.NotReadyAddresses, toBeAdded)
    			canBeAdded -= len(subset.NotReadyAddresses)
    		}
    		endpoints.Subsets[i] = subset
    	}
    	return true
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  3. pkg/controller/endpoint/endpoints_controller_test.go

    				}
    				subsets = append(subsets, subset)
    			}
    
    			endpoints := &v1.Endpoints{Subsets: subsets}
    			truncateEndpoints(endpoints)
    
    			for i, subset := range endpoints.Subsets {
    				if len(subset.Addresses) != tc.expectedReady[i] {
    					t.Errorf("Unexpected number of actual ready Endpoints for subset %d: got %d endpoints, want %d endpoints", i, len(subset.Addresses), tc.expectedReady[i])
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. releasenotes/notes/duplicate-subset-names.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 20 09:31:05 UTC 2024
    - 155 bytes
    - Viewed (0)
  5. pilot/pkg/model/destination_rule.go

    					// if not duplicated, append
    					mergedRule.Subsets = append(mergedRule.Subsets, subset)
    				} else {
    					// duplicate subset
    					ps.AddMetric(DuplicatedSubsets, string(resolvedHost), "",
    						fmt.Sprintf("Duplicate subset %s found while merging destination rules for %s",
    							subset.Name, string(resolvedHost)))
    				}
    			}
    
    			// If there is no top level policy and the incoming rule has top level
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 07:22:29 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/kube/templates/deployment.yaml

    {{- $subsets := .Subsets }}
    {{- $cluster := .Cluster }}
    {{- range $i, $subset := $subsets }}
    {{- range $revision, $version := $revVerMap }}
    apiVersion: apps/v1
    {{- if $.StatefulSet }}
    kind: StatefulSet
    {{- else }}
    kind: Deployment
    {{- end }}
    metadata:
    {{- if $.Compatibility }}
      name: {{ $.Service }}-{{ $subset.Version }}-{{ $revision }}
    {{- else }}
      name: {{ $.Service }}-{{ $subset.Version }}
    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. pkg/controller/endpointslicemirroring/reconciler_test.go

    	}{{
    		testName:               "Endpoints with no subsets",
    		subsets:                []corev1.EndpointSubset{},
    		existingEndpointSlices: []*discovery.EndpointSlice{},
    		expectedNumSlices:      0,
    		expectedClientActions:  0,
    		expectedMetrics:        &expectedMetrics{},
    	}, {
    		testName: "Endpoints with no addresses",
    		subsets: []corev1.EndpointSubset{{
    			Ports: []corev1.EndpointPort{{
    				Name:     "http",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/virtualservice_destinationrules.yaml

            subset: v1
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: reviews-mirror
      namespace: default
    spec:
      http:
      - route:
        - destination:
            host: reviews
            subset: v1
        mirror: # Includes mirroring, but should not generate any errors
          host: reviews
          subset: v1
    ---
    apiVersion: networking.istio.io/v1alpha3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/typeparams/termlist.go

    	for _, x := range xl {
    		if y.subsetOf(x) {
    			return true
    		}
    	}
    	return false
    }
    
    // subsetOf reports whether xl ⊆ yl.
    func (xl termlist) subsetOf(yl termlist) bool {
    	if yl.isEmpty() {
    		return xl.isEmpty()
    	}
    
    	// each term x of xl must be a subset of yl
    	for _, x := range xl {
    		if !yl.supersetOf(x) {
    			return false // x is not a subset yl
    		}
    	}
    	return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 21 21:08:44 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. tests/integration/pilot/label_test.go

      - {{.Destination}}
      http:
      - route:
        - destination:
            host: {{.Destination}}
            subset: my-subset
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: {{.Destination}}
    spec:
      host: {{.Destination}}
      subsets:
      - name: my-subset
        labels:
          subset: my-subset`
    			t.ConfigIstio().Eval(apps.Namespace.Name(), map[string]string{
    				"Destination": "a",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 18:27:40 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top