Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { *amc.Config // Kubernetes client Client kubernetes.Interface // KubeDB client DBClient db_cs.Interface // Dynamic client DynamicClient dynamic.Interface }
func NewController ¶
func NewController( config *amc.Config, client kubernetes.Interface, dbClient db_cs.Interface, dmClient dynamic.Interface, ) *Controller
func (*Controller) InitStsWatcher ¶
func (c *Controller) InitStsWatcher()
Click to show internal directories.
Click to hide internal directories.