Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for byNamespace (0.15 sec)

  1. pilot/pkg/model/sidecar_test.go

    			Name:      "sidecar-scope-with-workloadselector-specific-dr-match",
    			Namespace: "mynamespace",
    			Labels:    map[string]string{"app": "app2"},
    		},
    		Spec: &networking.Sidecar{},
    	}
    
    	configs19 = &config.Config{
    		Meta: config.Meta{
    			Name:      "sidecar-scope-with-workloadselector-specific-dr-no-match",
    			Namespace: "mynamespace",
    			Labels:    map[string]string{"app": "app5"},
    		},
    		Spec: &networking.Sidecar{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    			APIVersion: "v1",
    			Kind:       "ConfigMap",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            "replicas-test.example.com",
    			Namespace:       "mynamespace",
    			ResourceVersion: "1",
    		},
    		Data: map[string]string{
    			"coolkey": "mynamespace",
    		},
    	}
    	configMapParam3 := &v1.ConfigMap{
    		TypeMeta: metav1.TypeMeta{
    			APIVersion: "v1",
    			Kind:       "ConfigMap",
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
Back to top