event

package
v0.0.0-...-32a469f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StatemonitorEvent

type StatemonitorEvent struct {
	Namespace  string
	Kind       string
	ApiVersion string
	Component  string
	Host       string
	Reason     string
	Status     string
	Name       string
	Diff       string
}

StatemonitorEvent represent an event got from k8s api server Events from different endpoints need to be casted to StatemonitorEvent before being able to be handled by handler

func (*StatemonitorEvent) Message

func (e *StatemonitorEvent) Message() (msg string)

Message returns event message in standard format. included as a part of event packege to enhance code resuablity across handlers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL