We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4eacf commit 29e20f6Copy full SHA for 29e20f6
option/option.go
@@ -359,8 +359,6 @@ func (w withAuthCredentials) Apply(o *internal.DialSettings) {
359
}
360
361
// WithUniverseDomain returns a ClientOption that sets the universe domain.
362
-//
363
-// This is an EXPERIMENTAL API and may be changed or removed in the future.
364
func WithUniverseDomain(ud string) ClientOption {
365
return withUniverseDomain(ud)
366
0 commit comments