Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for NS1 (0.03 sec)

  1. pkg/dns/client/dns_test.go

    			expected: sets.New(
    				"productpage.ns1.svc.cluster.local.", "productpage.", "productpage.ns1.svc.cluster.local", "productpage.ns1.", "productpage.ns1.svc.",
    			),
    		},
    		{
    			startsWith: "svc-with-alt",
    			expected: sets.New(
    				"svc-with-alt.",
    				"svc-with-alt.ns1.",
    				"svc-with-alt.ns1.svc.",
    				"svc-with-alt.ns1.svc.clusterset.local.",
    				"svc-with-alt.ns1.svc.cluster.local.",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  2. pkg/proxy/endpointslicecache_test.go

    			namespacedName: types.NamespacedName{Name: "svc1", Namespace: "ns1"},
    			endpointSlices: []*discovery.EndpointSlice{
    				generateEndpointSlice("svc1", "ns1", 1, 3, 999, 999, []string{}, []*int32{ptr.To[int32](80)}),
    				generateEndpointSlice("svc1", "ns1", 2, 3, 999, 999, []string{}, []*int32{ptr.To[int32](80)}),
    			},
    			expectedMap: map[ServicePortName][]*BaseEndpointInfo{
    				makeServicePortName("ns1", "svc1", "port-0", v1.ProtocolTCP): {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/rbac/rbac_test.go

    			},
    			roleBindings: []*rbacv1.RoleBinding{
    				newRoleBinding("ns1", "admin", bindToClusterRole, "User:admin", "Group:admins"),
    			},
    			shouldPass: []authorizer.Attributes{
    				&defaultAttributes{"admin", "", "get", "Pods", "", "ns1", ""},
    				&defaultAttributes{"admin", "", "watch", "Pods", "", "ns1", ""},
    				&defaultAttributes{"admin", "group1", "watch", "Foobar", "", "ns1", ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 21.1K bytes
    - Viewed (0)
  4. pkg/kubelet/util/manager/cache_based_manager_test.go

    		}
    		return item.refCount
    	}
    	assert.Equal(t, 3, refs("ns1", "s1"))
    	assert.Equal(t, 1, refs("ns1", "s10"))
    	assert.Equal(t, 3, refs("ns1", "s2"))
    	assert.Equal(t, 3, refs("ns1", "s3"))
    	assert.Equal(t, 2, refs("ns1", "s30"))
    	assert.Equal(t, 2, refs("ns1", "s4"))
    	assert.Equal(t, 4, refs("ns1", "s5"))
    	assert.Equal(t, 2, refs("ns1", "s50"))
    	assert.Equal(t, 0, refs("ns1", "s6"))
    	assert.Equal(t, 0, refs("ns1", "s60"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  5. pkg/util/iptables/testing/parse_test.go

    		{
    			name: "unquoted comment",
    			rule: `-A KUBE-SVC-XPGD46QRK7WJZT7O -m comment --comment ns1/svc1:p80 -j KUBE-SEP-SXIVWICOYRO3J4NJ`,
    			parsed: &Rule{
    				Raw:     `-A KUBE-SVC-XPGD46QRK7WJZT7O -m comment --comment ns1/svc1:p80 -j KUBE-SEP-SXIVWICOYRO3J4NJ`,
    				Chain:   iptables.Chain("KUBE-SVC-XPGD46QRK7WJZT7O"),
    				Comment: &IPTablesValue{Value: "ns1/svc1:p80"},
    				Jump:    &IPTablesValue{Value: "KUBE-SEP-SXIVWICOYRO3J4NJ"},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 26K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    					ServiceAccount: "spiffe://cluster.local/ns/ns1/sa/scooby",
    					TLSMode:        "istio",
    					Namespace:      "ns1",
    					Locality: model.Locality{
    						ClusterID: cluster.ID(clusterID),
    					},
    				},
    				DNSServiceEntryOnly: true,
    			},
    		},
    		{
    			name: "DNS address",
    			wle: config.Config{
    				Meta: config.Meta{
    					Namespace: "ns1",
    				},
    				Spec: &networking.WorkloadEntry{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  7. pkg/kubelet/util/manager/watch_based_manager_test.go

    			steps: []step{
    				{"add", "ns1", "secret1", "pod1"},
    				{"add", "ns1", "secret1", "pod1"},
    				{"delete", "ns1", "secret1", "pod1"},
    				{"delete", "ns1", "secret1", "pod1"},
    			},
    			expects: []expect{
    				{"ns1", "secret1", "pod1", 1},
    				{"ns1", "secret1", "pod1", 2},
    				{"ns1", "secret1", "pod1", 1},
    				{"ns1", "secret1", "pod1", 0},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 10:05:43 UTC 2023
    - 17.2K bytes
    - Viewed (0)
  8. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller_test.go

    		endpointSlice  *discovery.EndpointSlice
    		expectedInList bool
    	}{{
    		testName:  "Service with matching EndpointSlice",
    		namespace: "ns1",
    		name:      "svc1",
    		endpointSlice: &discovery.EndpointSlice{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "example-1",
    				Namespace: "ns1",
    				Labels: map[string]string{
    					discovery.LabelServiceName: "svc1",
    					discovery.LabelManagedBy:   controllerName,
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  9. pkg/auth/authorizer/abac/abac_test.go

    		{User: uAlice, Verb: "get", Resource: "pods", NS: "ns1", ExpectDecision: authorizer.DecisionNoOpinion},
    		{User: uAlice, Verb: "get", Resource: "widgets", NS: "ns1", ExpectDecision: authorizer.DecisionNoOpinion},
    		{User: uAlice, Verb: "get", Resource: "", NS: "ns1", ExpectDecision: authorizer.DecisionNoOpinion},
    
    		// Chuck can read events, since anyone can.
    		{User: uChuck, Verb: "get", Resource: "events", NS: "ns1", ExpectDecision: authorizer.DecisionAllow},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 40K bytes
    - Viewed (0)
  10. tests/integration/security/jwt_test.go

    					param.Namespace.String(): apps.Ns1.Namespace,
    				})).
    				Source(config.File("testdata/requestauthn/gateway-jwt.yaml.tmpl").WithParams(param.Params{
    					param.Namespace.String(): apps.Ns1.Namespace,
    					"Services":               apps.Ns1.A.Append(apps.Ns1.B).Services(),
    				})).
    				BuildAll(nil, apps.Ns1.A.Append(apps.Ns1.B).Services()).
    				Apply()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 25.3K bytes
    - Viewed (0)
Back to top