Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeOutputWriter (0.06 sec)

  1. istioctl/pkg/multicluster/remote_secret.go

    		return err
    	}
    	return nil
    }
    
    type writer interface {
    	io.Writer
    	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
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 23.3K bytes
    - Viewed (0)
Back to top