Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
BeforeUpdate(ctx context.Context, current, desired *v1alpha1.RenderedDeviceSpec) error
AfterUpdate(ctx context.Context, desired *v1alpha1.RenderedDeviceSpec) error
Reboot(ctx context.Context, desired *v1alpha1.RenderedDeviceSpec) error
status.Exporter
}
func NewManager ¶
func NewManager(log *log.PrefixLogger, bootcClient container.BootcClient, podmanClient *client.Podman) Manager
Click to show internal directories.
Click to hide internal directories.