Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemberController ¶
type MemberController struct {
// contains filtered or unexported fields
}
MemberController encapsulates all the tools the sidecar needs to talk to the Kubernetes API
func New ¶
func New( name, namespace string, kubeClient kubernetes.Interface, rookClient rookClientset.Interface, serviceInformer coreinformers.ServiceInformer, ) (*MemberController, error)
New return a new MemberController
func (*MemberController) Run ¶
func (m *MemberController) Run(threadiness int, stopCh <-chan struct{}) error
Run starts executing the sync loop for the sidecar
Click to show internal directories.
Click to hide internal directories.