Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "NodeSetupController"
)
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( ctx context.Context, kubeClient kubernetes.Interface, scyllaClient scyllav1alpha1client.ScyllaV1alpha1Interface, nodeConfigInformer scyllav1alpha1informers.NodeConfigInformer, nodeName string, nodeUID types.UID, nodeConfigName string, nodeConfigUID types.UID, ) (*Controller, error)
func (*Controller) Close ¶
func (nsc *Controller) Close()
func (*Controller) Run ¶
func (nsc *Controller) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.