Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler interface {
GetEvents(namespaceFunc NamespaceFunc) ([]*eventModels.Event, error)
}
EventHandler defines methods for interacting with Kubernetes events
type NamespaceFunc ¶
type NamespaceFunc func() string
NamespaceFunc defines a function that returns a namespace Used as argument in GetEvents to filter events by namespace
func RadixEnvironmentNamespace ¶
func RadixEnvironmentNamespace(ra *v1.RadixApplication, envName string) NamespaceFunc
RadixEnvironmentNamespace builds a namespace from a RadixApplication and environment name
Click to show internal directories.
Click to hide internal directories.