Documentation
¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "RemoteKubernetesClusterController"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( kubeClient kubernetes.Interface, scyllaClient scyllav1alpha1client.ScyllaV1alpha1Interface, remoteKubernetesClusterInformer scyllav1alpha1informers.RemoteKubernetesClusterInformer, scyllaDBClusterInformer scyllav1alpha1informers.ScyllaDBClusterInformer, secretInformer corev1informers.SecretInformer, dynamicClusterHandlers []remoteclient.DynamicClusterInterface, clusterKubeClient remoteclient.ClusterClientInterface[kubernetes.Interface], clusterScyllaClient remoteclient.ClusterClientInterface[scyllaclient.Interface], ) (*Controller, error)
Click to show internal directories.
Click to hide internal directories.