Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Subject (0.18 sec)

  1. cni/pkg/plugin/plugin_test.go

    		Path:        "/tmp",
    		StdinData:   []byte(stdinData),
    	}
    }
    
    func testCmdAddExpectFail(t *testing.T, stdinData string, objects ...runtime.Object) *mockInterceptRuleMgr {
    	args := buildCmdArgs(stdinData, testPodName, testNSName)
    
    	conf, err := parseConfig(args.StdinData)
    	if err != nil {
    		t.Fatalf("config parse failed with error: %v", err)
    	}
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 15:58:51 GMT 2024
    - 17.5K bytes
    - Viewed (0)
  2. manifests/charts/ztunnel/templates/rbac.yaml

        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: ztunnel
    subjects:
    - kind: ServiceAccount
      name: ztunnel
      namespace: {{ .Release.Namespace }}
    {{- end }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat May 04 01:17:57 GMT 2024
    - 1.3K bytes
    - Viewed (0)
Back to top