Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartVtapCniDaemon ¶
func StartVtapCniDaemon(conf *config.Configuration, stopCh <-chan struct{}) error
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(config *config.Configuration, podInformerFactory informers.SharedInformerFactory) (*Controller, error)
func (Controller) CreateVtapInterface ¶
func (controller Controller) CreateVtapInterface(req *restful.Request) (*current.Interface, error)
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.