Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is responsible for requesting certificates by CertificateSigningRequest and configure them to OVS
func NewIPSecCertificateController ¶
func NewIPSecCertificateController( kubeClient clientset.Interface, ovsBridgeClient ovsconfig.OVSBridgeClient, nodeName string, ) *Controller
func (*Controller) HasSynced ¶
func (c *Controller) HasSynced() bool
HasSynced implements the Manager interface.
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.