Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // This flag should be set to enable debug logging DebugFilePath string )
Functions ¶
This section is empty.
Types ¶
type DebugLogger ¶
type DebugLogger struct {
// contains filtered or unexported fields
}
func New ¶
func New(clusterName string) *DebugLogger
func (*DebugLogger) LogClusterSpecUpdate ¶
func (dl *DebugLogger) LogClusterSpecUpdate(oldSpec, newSpec string)
func (*DebugLogger) LogMessage ¶
func (dl *DebugLogger) LogMessage(msg string)
func (*DebugLogger) LogPodCreation ¶
func (dl *DebugLogger) LogPodCreation(pod *v1.Pod)
func (*DebugLogger) LogPodDeletion ¶
func (dl *DebugLogger) LogPodDeletion(podName string)
Click to show internal directories.
Click to hide internal directories.