Documentation
¶
Index ¶
Constants ¶
View Source
const ( Kind = "kind" Name = "name" Namespace = "namespace" FirstTimestamp = "firstTimestamp" Message = "message" Reason = "reason" Type = "type" Normal = "Normal" Warning = "Warning" )
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct {
confighttp.ClientConfig `mapstructure:",squash"`
}
type InvolvedObject ¶
type KubernetesEvent ¶
type KubernetesEvent struct {
InvolvedObject InvolvedObject `json:"involvedObject"`
Timestamp string `json:"timestamp"`
Message string `json:"message"`
Reason string `json:"reason"`
Type string `json:"type"`
}
Click to show internal directories.
Click to hide internal directories.