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 WithHost(fqdn string) Option + func WithInitiator(nm types.NamespacedName, ip string) Option + type Parms struct + Hosts []string + InitiatorIP string + InitiatorName types.NamespacedName + func (s *Parms) Make(opts ...Option)