Documentation ¶
Index ¶
Constants ¶
View Source
const ( IngressKind = "Ingress" ServiceKind = "Service" EventTypeNormal string = "Normal" EventTypeWarning = "Warning" ReasonReconcileFailed = "Failed" ReasonReconciled = "Created" ReasonReconcileCreating = "Creating" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventRecorder ¶
type EventRecorder struct {
// contains filtered or unexported fields
}
func NewEventRecorder ¶
func NewEventRecorder(recorder Recorder) *EventRecorder
func (*EventRecorder) RecordCreating ¶
func (r *EventRecorder) RecordCreating(gs *agonesv1.GameServer, kind string)
func (*EventRecorder) RecordFailed ¶
func (r *EventRecorder) RecordFailed(gs *agonesv1.GameServer, kind string, err error)
func (*EventRecorder) RecordSuccess ¶
func (r *EventRecorder) RecordSuccess(gs *agonesv1.GameServer, kind string)
Click to show internal directories.
Click to hide internal directories.