- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NewFlagSet (0.06 sec)
-
istioctl/pkg/multicluster/remote_secret_test.go
ctx := cli.NewFakeContext(nil) o := RemoteSecretOptions{} flags := pflag.NewFlagSet("test", pflag.ContinueOnError) o.addFlags(flags) g.Expect(flags.Parse([]string{ "--name", "valid-name", })).Should(Succeed()) g.Expect(o.prepare(ctx)).Should(Succeed()) o = RemoteSecretOptions{} flags = pflag.NewFlagSet("test", pflag.ContinueOnError) o.addFlags(flags) g.Expect(flags.Parse([]string{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 20.7K bytes - Viewed (0)