Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigMap ¶
func ConfigMap(doc *v1.IndicatorDocument, m mapper, indicatorType v1.IndicatorType) (*corev1.ConfigMap, error)
func GenerateObjectName ¶ added in v0.9.1
func GenerateObjectName(doc *v1.IndicatorDocument) string
Types ¶
type ConfigMapEditor ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(configMap ConfigMapEditor, indicatorType v1.IndicatorType) *Controller
func (*Controller) OnAdd ¶
func (c *Controller) OnAdd(obj interface{})
func (*Controller) OnDelete ¶
func (c *Controller) OnDelete(obj interface{})
func (*Controller) OnUpdate ¶
func (c *Controller) OnUpdate(oldObj, newObj interface{})
Click to show internal directories.
Click to hide internal directories.