Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrVersionOutdated = errors.New("requested version is outdated in apiserver")
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Controller ¶
type Controller struct {
Config
// contains filtered or unexported fields
}
func New ¶
func New(cfg Config) *Controller
func (*Controller) Run ¶
func (c *Controller) Run() error
type Event ¶
type Event struct {
Type string
Object *spec.EtcdCluster
}
Click to show internal directories.
Click to hide internal directories.