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 }
Click to show internal directories.
Click to hide internal directories.