Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchedulerInfo ¶
type SchedulerInfo struct { PodName util.NamespacedName UID types.UID IP string CreationTimestamp time.Time }
func (SchedulerInfo) MarshalLogObject ¶ added in v0.10.0
func (s SchedulerInfo) MarshalLogObject(enc zapcore.ObjectEncoder) error
MarshalLogObject implements zapcore.ObjectMarshaler
type SchedulerTracker ¶ added in v0.20.0
type SchedulerTracker struct { Stop func() // contains filtered or unexported fields }
func StartSchedulerWatcher ¶
func (SchedulerTracker) Get ¶ added in v0.20.0
func (s SchedulerTracker) Get() *SchedulerInfo
Click to show internal directories.
Click to hide internal directories.