Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var New = func() Initializer {
return &defaultInitializer{}
}
Functions ¶
This section is empty.
Types ¶
type Initializer ¶
type Initializer interface {
// GetNamespace retrieves the namespace this program should work in.
GetNamespace() string
// CreateClientSet creates a client set from a kubernetes rest config.
CreateClientSet() (kubernetes.Interface, error)
}
Initializer is used for populating this program with configuration values.
Click to show internal directories.
Click to hide internal directories.