package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 4, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Register registers a new channel for observing the status of a given object.
The channel will receive updates every watchIntervalSec seconds.
type Status struct {
Message string `json:"message"`
PodStatus k8s.PodStatus `json:"pod_status"`
LastRestart string `json:"last_restart"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.