clientset

package
v0.1.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for interacting with Operator objects.

func (*Client) AWS

func (c *Client) AWS() aws.ClientInterface

AWS clientset.

func (*Client) App

func (c *Client) App() app.ClientInterface

App clientset.

func (*Client) Edge

func (c *Client) Edge() edge.ClientInterface

Edge clientset.

func (*Client) Extensions

func (c *Client) Extensions() extensions.ClientInterface

Extensions clientset.

func (*Client) MySQL

func (c *Client) MySQL() mysql.ClientInterface

MySQL clientset.

type Interface

type Interface interface {
	App() app.ClientInterface
	AWS() aws.ClientInterface
	Edge() edge.ClientInterface
	Extensions() extensions.ClientInterface
	MySQL() mysql.ClientInterface
}

Interface for interacting with Operator subclients.

func NewForConfig

func NewForConfig(config *rest.Config) (Interface, error)

NewForConfig creates a new Clientset for the given config.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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