Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountResult ¶ added in v0.6.1
type AccountResult struct {
AccountID string
AccountSignedBy string
Claims *v1alpha1.AccountClaims
}
type Namespace ¶
type Namespace string
func (Namespace) WithName ¶
func (n Namespace) WithName(name string) NamespacedName
type NamespacedName ¶
type NamespacedName types.NamespacedName
func NewNamespacedName ¶
func NewNamespacedName(namespace, name string) NamespacedName
func (NamespacedName) Equals ¶
func (n NamespacedName) Equals(other NamespacedName) bool
func (NamespacedName) GetNamespace ¶
func (n NamespacedName) GetNamespace() Namespace
func (NamespacedName) String ¶
func (n NamespacedName) String() string
func (NamespacedName) Validate ¶
func (n NamespacedName) Validate() error
type NatsOperatorSigningKey ¶ added in v0.6.1
type NatsUserCreds ¶ added in v0.6.1
func NewNatsUserCreds ¶ added in v0.6.1
func NewNatsUserCreds(creds []byte) (*NatsUserCreds, error)
func (*NatsUserCreds) Validate ¶ added in v0.6.1
func (n *NatsUserCreds) Validate() error
Click to show internal directories.
Click to hide internal directories.