Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for productName (1.21 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-symmetrical-accessors-nullability.txt

    Accessors for org.gradle.ide.xcode.internal.xcodeproj.PBXShellScriptBuildPhase.shellScript don't use symmetrical @Nullable
    Accessors for org.gradle.ide.xcode.internal.xcodeproj.PBXTarget.productName don't use symmetrical @Nullable
    Accessors for org.gradle.ide.xcode.internal.xcodeproj.PBXTarget.productReference don't use symmetrical @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. pkg/kubelet/winstats/perfcounter_nodestats.go

    		return err
    	}
    
    	osInfo, err := GetOSInfo()
    	if err != nil {
    		return err
    	}
    
    	p.nodeInfo = nodeInfo{
    		kernelVersion:               osInfo.GetPatchVersion(),
    		osImageVersion:              osInfo.ProductName,
    		memoryPhysicalCapacityBytes: memory,
    		startTime:                   time.Now(),
    	}
    
    	cpuCounter, err := newPerfCounter(cpuQuery)
    	if err != nil {
    		return err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 26 18:37:21 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/productpage.py

        "endpoint": "reviews",
        "children": [ratings]
    }
    
    productpage = {
        "name": "http://{0}{1}:{2}".format(detailsHostname, servicesDomain, detailsPort),
        "endpoint": "details",
        "children": [details, reviews]
    }
    
    service_dict = {
        "productpage": productpage,
        "details": details,
        "reviews": reviews,
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  4. samples/bookinfo/src/productpage/templates/productpage.html

    Peter Jausovec <******@****.***> 1717444445 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. samples/bookinfo/platform/kube/bookinfo-psa.yaml

    # Productpage services
    ##################################################################################################
    apiVersion: v1
    kind: Service
    metadata:
      name: productpage
      labels:
        app: productpage
        service: productpage
    spec:
      ports:
      - port: 9080
        name: http
      selector:
        app: productpage
    ---
    apiVersion: v1
    kind: ServiceAccount
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  6. samples/bookinfo/platform/kube/bookinfo.yaml

    # Productpage services
    ##################################################################################################
    apiVersion: v1
    kind: Service
    metadata:
      name: productpage
      labels:
        app: productpage
        service: productpage
    spec:
      ports:
      - port: 9080
        name: http
      selector:
        app: productpage
    ---
    apiVersion: v1
    kind: ServiceAccount
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json

          "protocol": "HBONE",
          "uid": "Kubernetes//Pod/bookinfo/productpage-v1-675fc69cf-jscn2",
          "name": "productpage-v1-675fc69cf-jscn2",
          "namespace": "bookinfo",
          "trustDomain": "cluster.local",
          "serviceAccount": "bookinfo-productpage",
          "workloadName": "productpage-v1",
          "workloadType": "deployment",
          "canonicalName": "productpage",
          "canonicalRevision": "v1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  8. istioctl/pkg/describe/describe_test.go

    			args: strings.Split("service productpage", " "),
    			expectedOutput: `Service: productpage
    DestinationRule: productpage for "productpage"
       WARNING POD DOES NOT MATCH ANY SUBSETS.  (Non matching subsets v1)
       Matching subsets: 
          (Non-matching subsets v1)
       No Traffic Policy
    VirtualService: bookinfo
       Route to host "productpage" with weight 30%
       Route to host "productpage2" with weight 20%
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:54:01 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  9. pilot/pkg/model/virtualservice_test.go

    									Host: "productpage.org",
    									Port: &networking.PortSelector{
    										Number: 80,
    									},
    									Subset: "v3",
    								},
    							},
    						},
    					},
    				},
    			},
    		}
    	}
    
    	delegateVs := createDelegateVs("productpage-vs", "default", []string{"istio-system"})
    	delegateVsExportedToAll := createDelegateVs("productpage-vs", "default", []string{})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  10. pkg/dns/client/dns_test.go

    			startsWith: "details",
    			expected:   sets.New("details.ns2.svc.cluster.remote", "details.ns2.svc.cluster.remote."),
    		},
    		{
    			startsWith: "productpage",
    			expected: sets.New(
    				"productpage.ns1.svc.cluster.local.", "productpage.", "productpage.ns1.svc.cluster.local", "productpage.ns1.", "productpage.ns1.svc.",
    			),
    		},
    		{
    			startsWith: "svc-with-alt",
    			expected: sets.New(
    				"svc-with-alt.",
    				"svc-with-alt.ns1.",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top