Documentation
¶
Index ¶
Constants ¶
View Source
const (
EventTypeNormal = EventType(v1.EventTypeNormal)
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checks ¶
type Checks struct {
Events []EventCheck
ContainerStatuses []ContainerStatusCheck
DeadlineForUpdates time.Duration
DeadlineForNodeAssignment time.Duration
}
type ContainerState ¶
type ContainerState string
const (
ContainerStateWaiting ContainerState = "Waiting"
)
type ContainerStatusCheck ¶
type EventCheck ¶
Click to show internal directories.
Click to hide internal directories.