Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalRunner ¶
type LocalRunner struct {
// contains filtered or unexported fields
}
func NewLocalRunner ¶
func NewLocalRunner() *LocalRunner
func (*LocalRunner) DeleteLoop ¶
func (r *LocalRunner) DeleteLoop(namespacedName types.NamespacedName) error
func (*LocalRunner) Has ¶
func (r *LocalRunner) Has(namespacedName types.NamespacedName) (bool, error)
func (*LocalRunner) LoopsCount ¶
func (r *LocalRunner) LoopsCount() int
func (*LocalRunner) NamespaceCount ¶
func (r *LocalRunner) NamespaceCount() int
func (*LocalRunner) UpsertLoop ¶
func (r *LocalRunner) UpsertLoop(loop *v1.Loop) error
Click to show internal directories.
Click to hide internal directories.