Documentation ¶
Index ¶
- func IsNotFound(err error) bool
- func IsWrongTypeError(err error) bool
- type Config
- type Wrapper
- func (w Wrapper) Controller() *controller.Controller
- func (w Wrapper) CreateObject(namespace string, obj interface{}) (interface{}, error)
- func (w Wrapper) DeleteObject(name, namespace string) error
- func (w Wrapper) GetObject(name, namespace string) (interface{}, error)
- func (w Wrapper) MustSetup(namespace string)
- func (w Wrapper) MustTeardown(namespace string)
- func (w Wrapper) UpdateObject(namespace string, obj interface{}) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsWrongTypeError ¶
IsWrongTypeError asserts wrongTypeError.
Types ¶
type Wrapper ¶
type Wrapper struct {
// contains filtered or unexported fields
}
func (Wrapper) Controller ¶
func (w Wrapper) Controller() *controller.Controller
func (Wrapper) CreateObject ¶
func (Wrapper) DeleteObject ¶
func (Wrapper) MustTeardown ¶
func (Wrapper) UpdateObject ¶
Click to show internal directories.
Click to hide internal directories.