Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultStatusCheckDeadline is the default timeout for resource status checks DefaultStatusCheckDeadline = 10 * time.Minute )
Functions ¶
This section is empty.
Types ¶
type Monitor ¶
type Monitor interface { status.Monitor RegisterDeployManifests(manifest.ManifestList) }
Monitor runs status checks for selected resources
func NewStatusMonitor ¶
func NewStatusMonitor(cfg Config, labeller *label.DefaultLabeller, namespaces *[]string) Monitor
NewStatusMonitor returns a status monitor which runs checks on selected resource rollouts. Currently implemented for deployments and statefulsets.
type NoopMonitor ¶ added in v1.34.1
type NoopMonitor struct {
status.NoopMonitor
}
func (*NoopMonitor) RegisterDeployManifests ¶ added in v1.34.1
func (n *NoopMonitor) RegisterDeployManifests(manifest.ManifestList)
Click to show internal directories.
Click to hide internal directories.