Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writable (0.16 sec)

  1. istioctl/pkg/multicluster/remote_secret.go

    	String() string
    }
    
    func makeOutputWriter() writer {
    	return &bytes.Buffer{}
    }
    
    var makeOutputWriterTestHook = makeOutputWriter
    
    // RemoteSecretAuthType is a strongly typed authentication type suitable for use with pflags.Var().
    type (
    	RemoteSecretAuthType string
    	SecretType           string
    )
    
    var _ pflag.Value = (*RemoteSecretAuthType)(nil)
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Oct 11 01:43:17 GMT 2023
    - 24K bytes
    - Viewed (0)
Back to top