v1alpha1

package
v0.0.0-...-110f534 Latest Latest
Warning

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

Go to latest
Published: May 17, 2019 License: Apache-2.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 ChaosEngineInterface

type ChaosEngineInterface interface {
	List(opts metav1.ListOptions) (*v1alpha1.ChaosEngineList, error)
	Get(name string, options metav1.GetOptions) (*v1alpha1.ChaosEngine, error)
	Create(*v1alpha1.ChaosEngine) (*v1alpha1.ChaosEngine, error)
}

type ChaosResultInterface

type ChaosResultInterface interface {
	List(opts metav1.ListOptions) (*v1alpha1.ChaosResultList, error)
	Get(name string, options metav1.GetOptions) (*v1alpha1.ChaosResult, error)
	Create(*v1alpha1.ChaosResult) (*v1alpha1.ChaosResult, error)
}

type ExampleV1Alpha1Client

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

func NewForConfig

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

func (*ExampleV1Alpha1Client) ChaosEngines

func (c *ExampleV1Alpha1Client) ChaosEngines(namespace string) ChaosEngineInterface

func (*ExampleV1Alpha1Client) ChaosResults

func (c *ExampleV1Alpha1Client) ChaosResults(namespace string) ChaosResultInterface

type ExampleV1Alpha1Interface

type ExampleV1Alpha1Interface interface {
	ChaosEngines(namespace string) ChaosEngineInterface
	ChaosResults(namespace string) ChaosResultInterface
}

Jump to

Keyboard shortcuts

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