extensions

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: 6 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 {
	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) Execs

func (c *Client) Execs(namespace string) ExecInterface

Execs within a namespace.

type ClientInterface

type ClientInterface interface {
	Execs(namespace string) ExecInterface
}

ClientInterface for interacting with AWS subclients.

type ExecInterface

type ExecInterface interface {
	List(opts metav1.ListOptions) (*extensionsv1beta1.ExecList, error)
	Get(name string, options metav1.GetOptions) (*extensionsv1beta1.Exec, error)
	Create(*extensionsv1beta1.Exec) (*extensionsv1beta1.Exec, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

ExecInterface declares interactions with the Exec objects.

Jump to

Keyboard shortcuts

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