Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigStore ¶
type ConfigStore struct {
// contains filtered or unexported fields
}
ConfigStore contains
func NewConfigStore ¶
func NewConfigStore(logger logr.Logger, client client.Client) *ConfigStore
NewConfigStore returns the implentation of Interface
func (*ConfigStore) RegisterHandler ¶
func (c *ConfigStore) RegisterHandler(cache cache.Cache) error
RegisterHandler adds event handlers to k8s cache
func (*ConfigStore) UpdateGrafanaURL ¶
func (c *ConfigStore) UpdateGrafanaURL(instance *iter8v1alpha2.Experiment)
UpdateGrafanaURL will update grafana url in the status of the experiment instance with latest setting
type Interface ¶
type Interface interface {
UpdateGrafanaURL(instance *iter8v1alpha2.Experiment)
}
Interface specifies functions to be called
Click to show internal directories.
Click to hide internal directories.