Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Namespace$2 (0.19 sec)

  1. pilot/pkg/networking/core/cluster_builder_test.go

    					ServicePort: servicePort,
    					Endpoint: &model.IstioEndpoint{
    						Address:      "192.168.1.2",
    						EndpointPort: 10001,
    						WorkloadName: "workload-2",
    						Namespace:    "namespace-2",
    						Locality: model.Locality{
    							ClusterID: "cluster-2",
    							Label:     "region1/zone1/subzone1",
    						},
    						LbWeight: 30,
    						Network:  "nw-1",
    					},
    				},
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    configured via the new mechanism. # Migration from istio-system Istio 1.0 includes the gateways in istio-system. Since the external IP is associated with the Service and bound to the namespace, it is recommended to: 1. Install the new gateway in a new namespace. 2. Copy any TLS certificate to the new namespace, and configure the domains. 3. Checking the new gateway work - for example by overriding the IP in /etc/hosts 4. Modify the DNS server to add the A record of the new namespace 5. Check traffic 6. Delete...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    		},
    		// Basic namespace without status or age.
    		{
    			namespace: api.Namespace{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "namespace2",
    				},
    			},
    			// Columns: Name, Status, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"namespace2", "", "<unknown>"}}},
    		},
    	}
    
    	for i, test := range tests {
    		rows, err := printNamespace(&test.namespace, printers.GenerateOptions{})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  4. pkg/config/validation/validation_test.go

    							},
    						},
    						When: []*security_beta.Condition{
    							{
    								Key:       "source.namespace",
    								Values:    []string{"source.namespace1"},
    								NotValues: []string{"source.namespace2"},
    							},
    							{
    								Key:       "source.principal",
    								Values:    []string{"source.principal1"},
    								NotValues: []string{"source.principal2"},
    							},
    							{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top