package namespace
import "k8s.io/kubernetes/pkg/namespace"
namespace contains a controller that handles namespace lifecycle
Index ¶
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
Source Files ¶
doc.go namespace_controller.go
- Version
- v0.14.0
- Published
- Mar 30, 2015
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 32 seconds ago –
Tools for package owners.