Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Log is a updateKind of type Log. Log updateKind = iota // Logerr is a updateKind of type Logerr. Logerr // Error is a updateKind of type Error. Error // Ready is a updateKind of type Ready. Ready // Restarted is a updateKind of type Restarted. Restarted )
Variables ¶
View Source
var ErrInvalidupdateKind = fmt.Errorf("not a valid updateKind, try [%s]", strings.Join(_updateKindNames, ", "))
Functions ¶
func ParseupdateKind ¶
ParseupdateKind attempts to convert a string to a updateKind.
Types ¶
type UI ¶
func ForContext ¶
ForContext finds the Runtime from the context.
Click to show internal directories.
Click to hide internal directories.