Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusOffline = 1 )
Variables ¶
This section is empty.
Functions ¶
func EnsureRethinkDBReplicas ¶
func EnsureRethinkDBReplicas(reqLogger logr.Logger, instance *androidv1alpha1.AndroidFarm) error
Types ¶
type RethinkDBSession ¶
type RethinkDBSession interface { GetAllDevicesForProvider(provider string) ([]string, error) GetDevicesForProviderByStatus(provider string, status int) ([]string, error) Close() error }
func NewSession ¶
func NewSession(addr string) (RethinkDBSession, error)
Click to show internal directories.
Click to hide internal directories.