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(ctx context.Context, namespace string, obj interface{}) (interface{}, error)
- func (w Wrapper) DeleteObject(ctx context.Context, name, namespace string) error
- func (w Wrapper) GetObject(ctx context.Context, name, namespace string) (interface{}, error)
- func (w Wrapper) MustSetup(ctx context.Context, namespace string)
- func (w Wrapper) MustTeardown(ctx context.Context, namespace string)
- func (w Wrapper) UpdateObject(ctx context.Context, 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 ¶
Click to show internal directories.
Click to hide internal directories.