Documentation ¶
Index ¶
Constants ¶
View Source
const LiveUpdateSource = "liveupdate"
Variables ¶
View Source
var WireSet = wire.NewSet( NewReconciler, )
Functions ¶
This section is empty.
Types ¶
type Input ¶ added in v0.22.12
type Input struct { // Derived from DockerResource IsDC bool // Derived from KubernetesResource + KubernetesSelector + DockerResource Containers []liveupdates.Container // Derived from FileWatch + Sync rules ChangedFiles []build.PathMapping LastFileTimeSynced metav1.MicroTime }
type Reconciler ¶
type Reconciler struct { ExecUpdater containerupdate.ContainerUpdater DockerUpdater containerupdate.ContainerUpdater // contains filtered or unexported fields }
Manages the LiveUpdate API object.
func NewFakeReconciler ¶ added in v0.22.12
func NewFakeReconciler( st store.RStore, cu containerupdate.ContainerUpdater, client ctrlclient.Client) *Reconciler
Create a reconciler baked by a fake ContainerUpdater and Client.
func NewReconciler ¶
func NewReconciler( st store.RStore, dcu *containerupdate.DockerUpdater, ecu *containerupdate.ExecUpdater, updateMode liveupdates.UpdateMode, kubeContext k8s.KubeContext, client ctrlclient.Client, scheme *runtime.Scheme) *Reconciler
Dependency-inject a live update reconciler.
func (*Reconciler) CreateBuilder ¶
Click to show internal directories.
Click to hide internal directories.