Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoteSecretOptions (0.1 sec)

  1. istioctl/pkg/multicluster/remote_secret_test.go

    				tt.Fatalf("wanted non-error but got %q", err)
    			} else if diff := cmp.Diff(got, c.want); diff != "" {
    				tt.Fatalf(" got %v\nwant %v\ndiff %v", got, c.want, diff)
    			}
    		})
    	}
    }
    
    func TestRemoteSecretOptions(t *testing.T) {
    	g := NewWithT(t)
    
    	ctx := cli.NewFakeContext(nil)
    	o := RemoteSecretOptions{}
    	flags := pflag.NewFlagSet("test", pflag.ContinueOnError)
    	o.addFlags(flags)
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top