Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Namespace$2 (0.12 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. 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)
  3. 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