Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for svc3 (0.09 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
Back to top