v1

package
v0.0.0-...-482ecf5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MailboxInterface

type MailboxInterface interface {
	List(opts metav1.ListOptions) (*v1.MailboxList, error)
	Get(name string, options metav1.GetOptions) (*v1.Mailbox, error)
	Create(*v1.Mailbox) (*v1.Mailbox, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

type V1Client

type V1Client struct {
	// contains filtered or unexported fields
}

func NewForConfig

func NewForConfig(c *rest.Config) (*V1Client, error)

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL