controllers

package
v0.9.13 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debugf

func Debugf(log logr.Logger, format string, a ...interface{})

Debugf helper

func Errorf

func Errorf(log logr.Logger, err error, format string, a ...interface{})

Errorf helper

func GetCache added in v0.9.12

func GetCache() *cache.Cache

create and return the in memory cache

func Infof

func Infof(log logr.Logger, format string, a ...interface{})

Infof helper

Types

type DatabaseDSReconciler

type DatabaseDSReconciler struct {
	client.Client
	Log       logr.Logger
	CustomLog dtypes.CustomLogger
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
}

DatabaseDSReconciler reconciles a DatabaseDS object

func (*DatabaseDSReconciler) Reconcile

func (r *DatabaseDSReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*DatabaseDSReconciler) SetupWithManager

func (r *DatabaseDSReconciler) SetupWithManager(mgr ctrl.Manager) error

type DeviceServerReconciler

type DeviceServerReconciler struct {
	client.Client
	Log       logr.Logger
	Scheme    *runtime.Scheme
	CustomLog dtypes.CustomLogger
	Recorder  record.EventRecorder
}

DeviceServerReconciler reconciles a DeviceServer object

func (*DeviceServerReconciler) GetDependencyWaitTime added in v0.9.12

func (r *DeviceServerReconciler) GetDependencyWaitTime(iteration int) time.Duration

func (*DeviceServerReconciler) GetWaitTime

func (r *DeviceServerReconciler) GetWaitTime(deviceserver tangov1.DeviceServer, randomInt int) time.Duration

func (*DeviceServerReconciler) RawConnect

func (r *DeviceServerReconciler) RawConnect(host string, port string) bool

func (*DeviceServerReconciler) Reconcile

func (r *DeviceServerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*DeviceServerReconciler) SetupWithManager

func (r *DeviceServerReconciler) SetupWithManager(mgr ctrl.Manager) error

Jump to

Keyboard shortcuts

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