Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideHttpClient, NewStatusManager)
Functions ¶
func WriteSnapshotTo ¶ added in v0.14.0
Types ¶
type CloudStatusManager ¶ added in v0.14.0
type CloudStatusManager struct {
// contains filtered or unexported fields
}
func NewStatusManager ¶ added in v0.14.0
func NewStatusManager(client HttpClient, clock clockwork.Clock) *CloudStatusManager
func (*CloudStatusManager) CheckStatus ¶ added in v0.14.0
func (*CloudStatusManager) OnChange ¶ added in v0.14.0
func (c *CloudStatusManager) OnChange(ctx context.Context, st store.RStore, _ store.ChangeSummary) error
type HttpClient ¶
func ProvideHttpClient ¶
func ProvideHttpClient() HttpClient
type Snapshotter ¶ added in v0.20.5
type Snapshotter struct {
// contains filtered or unexported fields
}
func NewSnapshotter ¶ added in v0.20.5
func NewSnapshotter(st store.RStore, client ctrlclient.Client) *Snapshotter
func (*Snapshotter) WriteSnapshot ¶ added in v0.20.5
func (s *Snapshotter) WriteSnapshot(ctx context.Context, path string)
Click to show internal directories.
Click to hide internal directories.