Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "NodeConfigPodController"
)
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, podInformer corev1informers.PodInformer, configMapInformer corev1informers.ConfigMapInformer, nodeInformer corev1informers.NodeInformer, nodeConfigInformer scyllav1alpha1informers.NodeConfigInformer, ) (*Controller, error)
Click to show internal directories.
Click to hide internal directories.