Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStopTrack = errors.New("stop tracking now")
Functions ¶
func AdaptInformerError ¶
func ResourceErrorf ¶
Types ¶
type ResourceError ¶
type ResourceError struct {
// contains filtered or unexported fields
}
func (*ResourceError) Error ¶
func (r *ResourceError) Error() string
type TrackerState ¶
type TrackerState string
const ( Initial TrackerState = "" ResourceAdded TrackerState = "ResourceAdded" ResourceSucceeded TrackerState = "ResourceSucceeded" ResourceReady TrackerState = "ResourceReady" ResourceFailed TrackerState = "ResourceFailed" ResourceDeleted TrackerState = "ResourceDeleted" FollowingContainerLogs TrackerState = "FollowingContainerLogs" ContainerTrackerDone TrackerState = "ContainerTrackerDone" )
Click to show internal directories.
Click to hide internal directories.