Documentation ¶
Index ¶
- type IcingaController
- func (b *IcingaController) Acknowledge(event *kapi.Event) error
- func (b *IcingaController) Create(specificObject ...string) error
- func (b *IcingaController) Delete(specificObject ...string) error
- func (b *IcingaController) Handle(e *events.Event) error
- func (b *IcingaController) IsObjectExists() error
- func (b *IcingaController) Update() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IcingaController ¶
type IcingaController struct {
// contains filtered or unexported fields
}
func New ¶
func New(kubeClient clientset.Interface, icingaClient *icinga.IcingaClient, appsCodeExtensionClient acs.AppsCodeExtensionInterface, storage *stash.Storage) *IcingaController
func (*IcingaController) Acknowledge ¶
func (b *IcingaController) Acknowledge(event *kapi.Event) error
func (*IcingaController) Create ¶
func (b *IcingaController) Create(specificObject ...string) error
func (*IcingaController) Delete ¶
func (b *IcingaController) Delete(specificObject ...string) error
func (*IcingaController) IsObjectExists ¶
func (b *IcingaController) IsObjectExists() error
func (*IcingaController) Update ¶
func (b *IcingaController) Update() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.