Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailboxInterface ¶
type V1Client ¶
type V1Client struct {
// contains filtered or unexported fields
}
func (*V1Client) ConfigMaps ¶
func (c *V1Client) ConfigMaps(namespace string) core_v1.ConfigMapInterface
func (*V1Client) Mailboxes ¶
func (c *V1Client) Mailboxes(namespace string) MailboxInterface
type V1Interface ¶
type V1Interface interface { Mailboxes(namespace string) MailboxInterface ConfigMaps(namespace string) core_v1.ConfigMapInterface }
Click to show internal directories.
Click to hide internal directories.