Documentation ¶
Index ¶
Constants ¶
View Source
const ( IndexEventInvolvedObjectName = ".index.eventOwner.name" IndexEventInvolvedObjectKind = ".index.eventOwner.kind" IndexEventReason = ".index.reason" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrashEvent ¶
type CrashEventGenerator ¶
type LRP ¶
type LRP struct {
// contains filtered or unexported fields
}
func NewLRP ¶
func NewLRP(logger lager.Logger, client client.Client, desirer LRPDesirer, updater LRPUpdater) *LRP
type LRPDesirer ¶
type LRPUpdater ¶
type PodCrash ¶
type PodCrash struct {
// contains filtered or unexported fields
}
func NewPodCrash ¶
type SourceTypeUpdatePredicate ¶
type SourceTypeUpdatePredicate struct {
// contains filtered or unexported fields
}
func NewSourceTypeUpdatePredicate ¶
func NewSourceTypeUpdatePredicate(sourceType string) SourceTypeUpdatePredicate
func (SourceTypeUpdatePredicate) Create ¶
func (SourceTypeUpdatePredicate) Create(event.CreateEvent) bool
func (SourceTypeUpdatePredicate) Delete ¶
func (SourceTypeUpdatePredicate) Delete(event.DeleteEvent) bool
func (SourceTypeUpdatePredicate) Generic ¶
func (SourceTypeUpdatePredicate) Generic(event.GenericEvent) bool
func (SourceTypeUpdatePredicate) Update ¶
func (p SourceTypeUpdatePredicate) Update(e event.UpdateEvent) bool
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
func NewTask ¶
func NewTask(logger lager.Logger, client client.Client, desirer TaskDesirer, statusGetter TaskStatusGetter, ttlSeconds int, ) *Task
type TaskDesirer ¶
Click to show internal directories.
Click to hide internal directories.