v1alpha1

package module
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2020 License: Apache-2.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 ExampleV1Alpha1Client

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

func NewForConfig

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

func (*ExampleV1Alpha1Client) MigrationPod

func (c *ExampleV1Alpha1Client) MigrationPod(namespace string) MigrationPodInterface

func (*ExampleV1Alpha1Client) RESTClient

func (c *ExampleV1Alpha1Client) RESTClient() rest.Interface

type ExampleV1Alpha1Interface

type ExampleV1Alpha1Interface interface {
	RESTClient() rest.Interface
	MigrationPod(namespace string) MigrationPodInterface
}

type MigrationPodClient

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

func (*MigrationPodClient) Create

func (c *MigrationPodClient) Create(migration *migv1.Pod) (*migv1.Pod, error)

func (*MigrationPodClient) Get

func (c *MigrationPodClient) Get(name string, opts metav1.GetOptions) (*migv1.Pod, error)

func (*MigrationPodClient) List

func (*MigrationPodClient) RESTClient

func (c *MigrationPodClient) RESTClient() rest.Interface

func (*MigrationPodClient) Watch

type MigrationPodInterface

type MigrationPodInterface interface {
	RESTClient() rest.Interface
	List(opts metav1.ListOptions) (*migv1.PodList, error)
	Get(name string, options metav1.GetOptions) (*migv1.Pod, error)
	Create(migration *migv1.Pod) (*migv1.Pod, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

Jump to

Keyboard shortcuts

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