Documentation ¶
Index ¶
- func Debugf(log logr.Logger, format string, a ...interface{})
- func Errorf(log logr.Logger, err error, format string, a ...interface{})
- func GetCache() *cache.Cache
- func Infof(log logr.Logger, format string, a ...interface{})
- func IsValidVersion(version string) bool
- type DatabaseDSReconciler
- type DeviceServerReconciler
- func (r *DeviceServerReconciler) GetDependencyWaitTime(iteration int) time.Duration
- func (r *DeviceServerReconciler) GetWaitTime(deviceserver tangov2.DeviceServer, randomInt int) time.Duration
- func (r *DeviceServerReconciler) RawConnect(host string, port string) bool
- func (r *DeviceServerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *DeviceServerReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidVersion ¶ added in v0.10.0
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) 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 tangov2.DeviceServer, randomInt int) time.Duration
func (*DeviceServerReconciler) RawConnect ¶
func (r *DeviceServerReconciler) RawConnect(host string, port string) bool
func (*DeviceServerReconciler) SetupWithManager ¶
func (r *DeviceServerReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.