Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerRestartDetector ¶
type ContainerRestartDetector struct{}
func NewContainerRestartDetector ¶
func NewContainerRestartDetector() *ContainerRestartDetector
func (*ContainerRestartDetector) Detect ¶
func (c *ContainerRestartDetector) Detect(dispatcher Dispatcher, prevStatus v1alpha1.KubernetesDiscoveryStatus, current v1alpha1.KubernetesDiscovery)
type Dispatcher ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶
func NewReconciler(ctrlClient ctrlclient.Client, kCli k8s.Client, ownerFetcher k8s.OwnerFetcher, restartDetector *ContainerRestartDetector, st store.RStore) *Reconciler
func (*Reconciler) CreateBuilder ¶ added in v0.20.9
Click to show internal directories.
Click to hide internal directories.