status

package
v1.39.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Monitor

type Monitor interface {
	// Check runs the status check monitor for a deployment
	Check(context.Context, io.Writer) error
	// Reset executes any reset behavior required by the status monitor between dev loops.
	Reset()
}

Monitor is an interface for checking resource deployment status.

type MonitorMux

type MonitorMux []Monitor

func (MonitorMux) Check

func (c MonitorMux) Check(ctx context.Context, out io.Writer) error

func (MonitorMux) Reset

func (c MonitorMux) Reset()

type NoopMonitor

type NoopMonitor struct{}

func (*NoopMonitor) Check

func (*NoopMonitor) Reset

func (n *NoopMonitor) Reset()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL