Versions in this module Expand all Collapse all v0 v0.6.1 Mar 20, 2026 Changes in this version + type AccountResult struct + AccountID string + AccountSignedBy string + Claims *v1alpha1.AccountClaims + type NatsOperatorSigningKey nkeys.KeyPair + type NatsUserCreds struct + AccountID string + Creds []byte + func NewNatsUserCreds(creds []byte) (*NatsUserCreds, error) + func (n *NatsUserCreds) Validate() error v0.6.0 Mar 16, 2026 Changes in this version + type Namespace string + func (n Namespace) Validate() error + func (n Namespace) WithName(name string) NamespacedName + type NamespacedName types.NamespacedName + func NewNamespacedName(namespace, name string) NamespacedName + func (n NamespacedName) Equals(other NamespacedName) bool + func (n NamespacedName) GetNamespace() Namespace + func (n NamespacedName) String() string + func (n NamespacedName) Validate() error