Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceReconciler ¶
type DeviceReconciler interface {
Reconcile(logr.Logger, *androidv1alpha1.AndroidDevice) error
}
DeviceReconciler represents an interface for ensuring resources for a single device emulator.
type FarmReconciler ¶
type FarmReconciler interface {
Reconcile(logr.Logger, *androidv1alpha1.AndroidFarm) error
}
FarmReconciler represents an interface for ensuring resources for an AndroidFarm
Click to show internal directories.
Click to hide internal directories.