cleanup

package
v1.1.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Control

type Control struct {
	// contains filtered or unexported fields
}

Control provides implementation to manage resource

func (Control) Delete

func (c Control) Delete(gr string) error

Delete deletes the specified resource

type ControlInterface

type ControlInterface interface {
	Delete(gr string) error
}

ControlInterface manages resource deletes

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

Controller manages life-cycle of generate-requests

func NewController

NewController returns a new controller instance to manage generate-requests

func (*Controller) Run

func (c *Controller) Run(workers int, stopCh <-chan struct{})

Run starts the generate-request re-conciliation loop

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL