Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectFinalizerController ¶
type ProjectFinalizerController struct {
// contains filtered or unexported fields
}
ProjectFinalizerController is responsible for participating in Kubernetes Namespace termination
func NewProjectFinalizerController ¶
func NewProjectFinalizerController(namespaces informers.NamespaceInformer, client kclientset.Interface) *ProjectFinalizerController
func (*ProjectFinalizerController) Run ¶
func (c *ProjectFinalizerController) Run(stopCh <-chan struct{}, workers int)
Run starts the workers for this controller.
Click to show internal directories.
Click to hide internal directories.