Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertPeerAuthentication (0.22 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    						Name:      pol[0].Name,
    						Namespace: pol[0].Namespace,
    					},
    					Spec: *((pol[0].Spec).(*auth.AuthorizationPolicy)), //nolint: govet
    				})
    			case gvk.PeerAuthentication:
    				o = convertPeerAuthentication(systemNS, &clientsecurityv1beta1.PeerAuthentication{
    					TypeMeta: metav1.TypeMeta{},
    					ObjectMeta: metav1.ObjectMeta{
    						Name:      pol[0].Name,
    						Namespace: pol[0].Namespace,
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top