Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for productpage (0.11 sec)

  1. 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)
  2. istioctl/pkg/writer/compare/testdata/configdump.json

                                            "name": "inbound-vip|9080||productpage.default.svc.cluster.local-http",
                                            "typed_config": {
                                              "@type": "type.googleapis.com/google.protobuf.StringValue",
                                              "value": "inbound-vip|9080||productpage.default.svc.cluster.local-http"
                                            }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                            "name": "inbound-vip|9080||productpage.default.svc.cluster.local-http",
                                            "typed_config": {
                                              "@type": "type.googleapis.com/google.protobuf.StringValue",
                                              "value": "inbound-vip|9080||productpage.default.svc.cluster.local-http"
                                            }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                "filter_metadata": {
                                                    "istio": {
                                                        "workload": "productpage-v1;default;productpage;v1;Kubernetes"
                                                    },
                                                    "envoy.transport_socket_match": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context_test.go

    			},
    		},
    		{
    			name: "testns-2",
    			node: &Proxy{
    				ConfigNamespace: "testns-2",
    				Labels: map[string]string{
    					"app": "productpage",
    				},
    				Metadata: &NodeMetadata{
    					Labels: map[string]string{
    						"app": "productpage",
    					},
    				},
    			},
    			listenerInfo: anyListener,
    			pluginType:   WasmPluginTypeHTTP,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  6. istioctl/pkg/describe/describe.go

    		Long: `Analyzes pod, its Services, DestinationRules, and VirtualServices and reports
    the configuration objects that affect that pod.`,
    		Example: `  istioctl experimental describe pod productpage-v1-c7765c886-7zzd4`,
    		RunE: func(cmd *cobra.Command, args []string) error {
    			describeNamespace = ctx.NamespaceOrDefault(ctx.Namespace())
    			if len(args) != 1 {
    				return fmt.Errorf("expecting pod name")
    			}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    			Address:      "3.3.3.32",
    			EndpointPort: 7071,
    		},
    	}
    
    	wiProduct1 := &model.WorkloadInstance{
    		Name:      "productpage-1",
    		Namespace: "bookinfo-productpage",
    		Endpoint: &model.IstioEndpoint{
    			Labels:       labels.Instance{"app": "productpage"},
    			Address:      "4.4.4.41",
    			EndpointPort: 6060,
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top