Documentation ¶
Overview ¶
namespace contains a controller that handles namespace lifecycle
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceManager ¶
type NamespaceManager struct {
// contains filtered or unexported fields
}
NamespaceManager is responsible for performing actions dependent upon a namespace phase
func NewNamespaceManager ¶
func NewNamespaceManager(kubeClient client.Interface) *NamespaceManager
NewNamespaceManager creates a new NamespaceManager
func (*NamespaceManager) Run ¶
func (nm *NamespaceManager) Run(period time.Duration)
Run begins syncing at the specified period interval
Click to show internal directories.
Click to hide internal directories.