extensions

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2019 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Group which this clientset interacts with.
	Group = "extensions.skpr.io"
	// Version which this clientset interacts with.
	Version = "v1beta1"
	// APIVersion which this clientset interacts with.
	APIVersion = "extensions.skpr.io/v1beta1"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	RestClient rest.Interface
}

Client for interacting with Operator objects.

func NewForConfig

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

NewForConfig returns a client for interacting with Extensions objects.

func (*Client) BackupScheduleds added in v0.4.2

func (c *Client) BackupScheduleds(namespace string) backupscheduled.Interface

BackupScheduleds within a namespace.

func (*Client) Backups added in v0.3.0

func (c *Client) Backups(namespace string) backup.Interface

Backups within a namespace.

func (*Client) Execs

func (c *Client) Execs(namespace string) exec.Interface

Execs within a namespace.

func (*Client) Restores added in v0.4.1

func (c *Client) Restores(namespace string) restore.Interface

Restores within a namespace.

type Interface added in v0.4.2

type Interface interface {
	Backups(namespace string) backup.Interface
	BackupScheduleds(namespace string) backupscheduled.Interface
	Restores(namespace string) restore.Interface
	Execs(namespace string) exec.Interface
}

Interface for interacting with AWS subclients.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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