Documentation ¶
Index ¶
Constants ¶
View Source
const ( CONFIG_SOURCE_VOLUME = "custom-config" CONFIG_SOURCE_VOLUME_MOUNTPATH = "/usr/config/" DATA_SOURCE_VOLUME = "data-volume" DATA_SOURCE_VOLUME_MOUNTPATH = "/data" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { amc.Config *amc.Controller // contains filtered or unexported fields }
func New ¶
func New( clientConfig *rest.Config, client kubernetes.Interface, crdClient crd_cs.Interface, extClient cs.Interface, appCatalogClient appcat_cs.Interface, promClient pcm.MonitoringV1Interface, opt amc.Config, topology *core_util.Topology, recorder record.EventRecorder, ) *Controller
func (*Controller) EnsureCustomResourceDefinitions ¶
func (c *Controller) EnsureCustomResourceDefinitions() error
EnsureCustomResourceDefinitions ensures CRD for MySQl, DormantDatabase
func (*Controller) Init ¶
func (c *Controller) Init() error
InitInformer initializes Memcached, DormantDB amd Snapshot watcher
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Blocks caller. Intended to be called as a Go routine.
func (*Controller) RunControllers ¶
func (c *Controller) RunControllers(stopCh <-chan struct{})
RunControllers runs queue.worker
func (*Controller) StartAndRunControllers ¶
func (c *Controller) StartAndRunControllers(stopCh <-chan struct{})
StartAndRunControllers starts InformetFactory and runs queue.worker
type OperatorConfig ¶
type OperatorConfig struct { amc.Config ClientConfig *rest.Config KubeClient kubernetes.Interface CRDClient crd_cs.Interface DBClient cs.Interface AppCatalogClient appcat_cs.Interface PromClient pcm.MonitoringV1Interface }
func NewOperatorConfig ¶
func NewOperatorConfig(clientConfig *rest.Config) *OperatorConfig
func (*OperatorConfig) New ¶
func (c *OperatorConfig) New() (*Controller, error)
Click to show internal directories.
Click to hide internal directories.