Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventManager ¶ added in v0.1.0
type EventManager struct {
// contains filtered or unexported fields
}
func NewEventManager ¶ added in v0.1.0
func NewEventManager(kubernetesClient kubernetes.Interface, component string) *EventManager
NewEventManager creates a new EventManager with the given parameters.
func (*EventManager) Create ¶ added in v0.1.0
func (em *EventManager) Create(resourceNamespace, resourceKind, resourceName, reason, message string, isWarning bool)
Create creates a Kubernetes Event with the given parameters.
func (*EventManager) EnableDebugLogs ¶ added in v0.1.1
func (em *EventManager) EnableDebugLogs()
EnableDebugLogs enables debug logs for the EventManager.
Click to show internal directories.
Click to hide internal directories.