Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for svc4 (0.05 sec)

  1. pkg/kube/inject/testdata/inputs/custom-template.yaml.40.template.gen.yaml

            ports:
            - containerPort: 15090
              protocol: TCP
              name: http-envoy-prom
            args:
            - proxy
            - sidecar
            - --domain
            - $(POD_NAMESPACE).svc.{{ .Values.global.proxy.clusterDomain }}
            - --proxyLogLevel={{ annotation .ObjectMeta `sidecar.istio.io/logLevel` .Values.global.proxy.logLevel }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 76.7K bytes
    - Viewed (0)
  2. tests/integration/security/authz_test.go

    							for _, svc := range apps.Ns1.All {
    								if svc.Config().Service != to.Config().Service {
    									cases = append(cases,
    										testCase{
    											path:  fmt.Sprintf("/policy-%s-%s", svc.Config().Namespace.Prefix(), svc.Config().Service),
    											allow: false,
    										},
    										testCase{
    											path:  fmt.Sprintf("/policy-system-%s", svc.Config().Service),
    											allow: false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  3. pkg/controller/endpoint/endpoints_controller_test.go

    	go func() { controller.Run(tCtx, 1) }()
    
    	svc := &v1.Service{
    		ObjectMeta: metav1.ObjectMeta{Name: "foo", Namespace: ns},
    		Spec: v1.ServiceSpec{
    			Selector:  map[string]string{"foo": "bar"},
    			ClusterIP: "None",
    			Ports:     nil,
    		},
    	}
    
    	controller.serviceStore.Add(svc)
    	controller.onServiceUpdate(svc)
    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. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    		{
    			name: "url is not https",
    			in:   "http://oidc.oidc-namespace.svc",
    			want: `issuer.discoveryURL: Invalid value: "http://oidc.oidc-namespace.svc": URL scheme must be https`,
    		},
    		{
    			name: "url user info is not allowed",
    			in:   "https://user:******@****.***-namespace.svc",
    			want: `issuer.discoveryURL: Invalid value: "https://user:******@****.***-namespace.svc": URL must not contain a username or password`,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier.go

    	// metric.
    	serviceNoLocalEndpointsTotalInternal := 0
    	serviceNoLocalEndpointsTotalExternal := 0
    
    	// Build rules for each service-port.
    	for svcName, svc := range proxier.svcPortMap {
    		svcInfo, ok := svc.(*servicePortInfo)
    		if !ok {
    			proxier.logger.Error(nil, "Failed to cast serviceInfo", "serviceName", svcName)
    			continue
    		}
    		protocol := strings.ToLower(string(svcInfo.Protocol()))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  6. hack/local-up-cluster.sh

          --service-account-key-file="${SERVICE_ACCOUNT_KEY}" \
          --service-account-lookup="${SERVICE_ACCOUNT_LOOKUP}" \
          --service-account-issuer="https://kubernetes.default.svc" \
          --service-account-jwks-uri="https://kubernetes.default.svc/openid/v1/jwks" \
          --service-account-signing-key-file="${SERVICE_ACCOUNT_KEY}" \
          --enable-admission-plugins="${ENABLE_ADMISSION_PLUGINS}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. pkg/workloadapi/workload.pb.go

    	// two Workloads with the following UIDs:
    	// - cluster1/networking.istio.io/v1alpha3/ServiceEntry/default/external-svc/endpoint1
    	// - cluster1/networking.istio.io/v1alpha3/ServiceEntry/default/external-svc/endpoint2
    	//
    	// For VMs and other workloads other formats are also supported; for example,
    	// a single UID string: "0ae5c03d-5fb3-4eb9-9de8-2bd4b51606ba"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/types.go

    	// This service must exist before the StatefulSet, and is responsible for
    	// the network identity of the set. Pods get DNS/hostnames that follow the
    	// pattern: pod-specific-string.serviceName.default.svc.cluster.local
    	// where "pod-specific-string" is managed by the StatefulSet controller.
    	ServiceName string `json:"serviceName" protobuf:"bytes,5,opt,name=serviceName"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// This service must exist before the StatefulSet, and is responsible for
    	// the network identity of the set. Pods get DNS/hostnames that follow the
    	// pattern: pod-specific-string.serviceName.default.svc.cluster.local
    	// where "pod-specific-string" is managed by the StatefulSet controller.
    	ServiceName string `json:"serviceName" protobuf:"bytes,5,opt,name=serviceName"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/arm64.s

    	PRFM	(R8), $25                       // 190180f9
    	PRFM	8(R9), $30                      // 3e0580f9
    	NOOP                                    // 1f2003d5
    	HINT $0                                 // 1f2003d5
    	DMB	$1
    	SVC
    
    // encryption
    	SHA256H	V9.S4, V3, V2                   // 6240095e
    	SHA256H2	V9.S4, V4, V3           // 8350095e
    	SHA256SU0	V8.S4, V7.S4            // 0729285e
    	SHA256SU1	V6.S4, V5.S4, V7.S4     // a760065e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
Back to top