Versions in this module Expand all Collapse all v2 v2.4.0 Dec 17, 2025 Changes in this version + func New(scopeFactory scope.Factory) interfaces.Controller + type KeyPairClient interface + CreateKeyPair func(context.Context, keypairs.CreateOptsBuilder) (*osResourceT, error) + DeleteKeyPair func(context.Context, string) error + GetKeyPair func(context.Context, string) (*osResourceT, error) + ListKeyPairs func(context.Context, keypairs.ListOptsBuilder) iter.Seq2[*osResourceT, error]