Documentation ¶
Index ¶
- type Config
- type Resource
- func (r *Resource) CreateCount() int
- func (r *Resource) DeleteCount() int
- func (r *Resource) EnsureCreated(ctx context.Context, obj interface{}) error
- func (r *Resource) EnsureDeleted(ctx context.Context, obj interface{}) error
- func (r *Resource) Name() string
- func (r *Resource) SetReturnErrorFunc(f func(obj interface{}) error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) CreateCount ¶
func (*Resource) DeleteCount ¶
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
func (*Resource) SetReturnErrorFunc ¶
Click to show internal directories.
Click to hide internal directories.