- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for productpage (0.12 sec)
-
istioctl/pkg/describe/describe_test.go
}, configDumps: map[string][]byte{ "productpage-v1-1234567890": config, "ingress": []byte("{}"), }, namespace: "default", istioNamespace: "default", // case 9, vs route to multiple hosts args: strings.Split("service productpage", " "), expectedOutput: `Service: productpage DestinationRule: productpage for "productpage"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 20:04:20 UTC 2024 - 30.8K bytes - Viewed (0) -
istioctl/pkg/describe/testdata/describe/http_config.json
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 13.7K bytes - Viewed (0) -
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: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 03:28:36 UTC 2024 - 33.1K bytes - Viewed (0) -
istioctl/pkg/dashboard/dashboard.go
CommandExample: ` # Open Envoy dashboard for the productpage-123-456.default pod istioctl dashboard envoy productpage-123-456.default # Open Envoy dashboard for one pod under a deployment istioctl dashboard envoy deployment/productpage-v1 # with short syntax istioctl dash envoy productpage-123-456.default istioctl d envoy productpage-123-456.default `, }) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Apr 15 01:29:35 UTC 2024 - 20.5K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json
"tlsMode": "istio" }, "istio": { "workload": "productpage-v1;default;productpage;v1;Kubernetes" } } }, "loadBalancingWeight": 1 } ],
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 40.4K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml
loadBalancingWeight: 1 metadata: filterMetadata: envoy.transport_socket_match: tlsMode: istio istio: workload: productpage-v1;default;productpage;v1;Kubernetes loadBalancingWeight: 1 locality: {} policy: overprovisioningFactor: 140 - clusterName: outbound|9090||prometheus.istio-system.svc.cluster.local endpoints:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 17.1K bytes - Viewed (0) -
istioctl/pkg/validate/validate_test.go
"metadata": { "name": "istio-system" } }` invalidUnsupportedKey = ` apiVersion: networking.istio.io/v1 kind: DestinationRule metadata: name: productpage unexpected_junk: still_more_junk: spec: host: productpage` versionLabelMissingDeployment = ` apiVersion: apps/v1 kind: Deployment metadata: name: hello spec:` skippedDeployment = ` apiVersion: apps/v1
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 02 16:18:14 UTC 2024 - 21.4K bytes - Viewed (0)