Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 165 for subkeys (0.32 sec)

  1. pilot/pkg/model/sidecar_test.go

    						MaxRetries: 33,
    					},
    					Tcp: &networking.ConnectionPoolSettings_TCPSettings{
    						ConnectTimeout: &durationpb.Duration{Seconds: 33},
    					},
    				},
    			},
    			Subsets: []*networking.Subset{
    				{
    					Name: "subset1",
    				},
    				{
    					Name: "subset2",
    				},
    			},
    		},
    	}
    	destinationRule3 = config.Config{
    		Meta: config.Meta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context.go

    		"pilot_vservice_dup_domain",
    		"Virtual services with dup domains.",
    	)
    
    	// DuplicatedSubsets tracks duplicate subsets that we rejected while merging multiple destination rules for same host
    	DuplicatedSubsets = monitoring.NewGauge(
    		"pilot_destrule_subsets",
    		"Duplicate subsets across destination rules for same host",
    	)
    
    	// totalVirtualServices tracks the total number of virtual service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

            host: "{{.Destination}}"
            subset: v1
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: DestinationRule
    metadata:
      name: route
      namespace:
    spec:
      host: "{{.Destination}}"
      subsets:
      - labels:
          version: v1
        name: v1
      - labels:
          version: v2
        name: v2
    `).ApplyOrFail(t)
    				var exp string
    				for _, w := range dst.WorkloadsOrFail(t) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  4. pkg/config/validation/validation.go

    		v = AppendValidation(v,
    			agent.ValidateWildcardDomain(rule.Host),
    			validateTrafficPolicy(rule.TrafficPolicy))
    
    		subsets := sets.String{}
    		for _, subset := range rule.Subsets {
    			if subset == nil {
    				v = AppendValidation(v, errors.New("subset may not be null"))
    				continue
    			}
    			if subsets.InsertContains(subset.Name) {
    				v = AppendValidation(v, fmt.Errorf("duplicate subset names: %s", subset.Name))
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	}
    
    	endpoint := &corev1.Endpoints{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      name,
    			Namespace: namespace,
    			Labels:    labels,
    		},
    		Subsets: []corev1.EndpointSubset{{
    			Addresses: eas,
    			Ports:     eps,
    		}},
    	}
    	clienttest.NewWriter[*corev1.Endpoints](t, controller.client).CreateOrUpdate(endpoint)
    
    	// Create endpoint slice as well
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    		expectedLocalEndpoints: map[types.NamespacedName]int{
    			makeNSN("ns1", "ep1"): 1,
    		},
    	}, {
    		// Case[2]: no change, multiple subsets
    		name:              "no change, multiple subsets",
    		previousEndpoints: multipleSubsets,
    		currentEndpoints:  multipleSubsets,
    		oldEndpoints: map[proxy.ServicePortName][]endpointExpectation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  7. src/crypto/x509/x509.go

    			return e.Value
    		}
    	}
    	return nil
    }
    
    func signaturePublicKeyAlgoMismatchError(expectedPubKeyAlgo PublicKeyAlgorithm, pubKey any) error {
    	return fmt.Errorf("x509: signature algorithm specifies an %s public key, but have public key of type %T", expectedPubKeyAlgo.String(), pubKey)
    }
    
    var x509sha1 = godebug.New("x509sha1")
    
    // checkSignature verifies that signature is a valid signature over signed from
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/httproute_test.go

    				},
    				"block_all": {
    					"*": true,
    				},
    			},
    			registryOnly: true,
    		},
    		{
    			name:                  "virtual service hosts with subsets and with existing service",
    			routeName:             "7777",
    			sidecarConfig:         sidecarConfigWithAllowAny,
    			virtualServiceConfigs: []*config.Config{&virtualService7},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/preflight/checks.go

    }
    
    // HTTPProxyCIDRCheck checks if https connection to specific subnet is going
    // to be done directly or over proxy. If proxy detected, it will return warning.
    // Similar to HTTPProxyCheck above, but operates with subnets and uses API
    // machinery transport defaults to simulate kube-apiserver accessing cluster
    // services and pods.
    type HTTPProxyCIDRCheck struct {
    	Proto string
    	CIDR  string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	LOAD_LIBRARY_OS_INTEGRITY_CONTINUITY      = 0x00008000
    )
    
    // RegNotifyChangeKeyValue notifyFilter flags.
    const (
    	// REG_NOTIFY_CHANGE_NAME notifies the caller if a subkey is added or deleted.
    	REG_NOTIFY_CHANGE_NAME = 0x00000001
    
    	// REG_NOTIFY_CHANGE_ATTRIBUTES notifies the caller of changes to the attributes of the key, such as the security descriptor information.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top