Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
*controllertools.Observer
// contains filtered or unexported fields
}
func NewController ¶
func NewController( namespace string, serviceName string, selectorLabelValue string, singleReportAllowNonReportingHostIDs bool, bootstrapPreconditionCh chan struct{}, kubeClient kubernetes.Interface, informerFactory *InformerFactory, ) (*Controller, error)
type InformerFactory ¶ added in v1.19.2
type InformerFactory struct {
// contains filtered or unexported fields
}
func NewInformerFactory ¶ added in v1.19.2
func NewInformerFactory( kubeClient kubernetes.Interface, scyllaClient clientset.Interface, opts InformerFactoryOptions, ) *InformerFactory
func (*InformerFactory) ScyllaDBDatacenterNodesStatusReports ¶ added in v1.19.2
func (b *InformerFactory) ScyllaDBDatacenterNodesStatusReports() scyllav1alpha1informers.ScyllaDBDatacenterNodesStatusReportInformer
func (*InformerFactory) Services ¶ added in v1.19.2
func (b *InformerFactory) Services() corev1informers.ServiceInformer
func (*InformerFactory) Start ¶ added in v1.19.2
func (b *InformerFactory) Start(stopCh <-chan struct{})
type InformerFactoryOptions ¶ added in v1.19.2
Click to show internal directories.
Click to hide internal directories.