Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGenerateServiceAccount (0.18 sec)

  1. istioctl/pkg/multicluster/remote_secret_test.go

    			doCase(t, c, "23")
    		}
    	})
    	t.Run("istioctl created secret", func(t *testing.T) {
    		for _, c := range cases {
    			doCase(t, c, "")
    		}
    	})
    }
    
    func TestGenerateServiceAccount(t *testing.T) {
    	opts := RemoteSecretOptions{
    		CreateServiceAccount: true,
    		ManifestsPath:        filepath.Join(env.IstioSrc, "manifests"),
    		KubeOptions: KubeOptions{
    			Namespace: "istio-system",
    		},
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Oct 31 14:48:28 GMT 2023
    - 20.6K bytes
    - Viewed (0)
Back to top