Versions in this module Expand all Collapse all v1 v1.11.3 Jul 31, 2024 v1.11.2 Aug 2, 2023 Changes in this version + type Option func(*Parms) + func WithInitiator(nm types.NamespacedName, ip string) Option + func WithIsPrimary(isPrimary bool) Option + func WithSubcluster(scName string) Option + type Parms struct + InitiatorIP string + InitiatorName types.NamespacedName + IsPrimary bool + Subcluster string + func (s *Parms) Make(opts ...Option)