Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxRetries = 5 ActionAddAnnotation = "add" ActionDeleteAnnotation = "delete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KmeshManageController ¶
type KmeshManageController struct {
// contains filtered or unexported fields
}
func NewKmeshManageController ¶
func NewKmeshManageController(client kubernetes.Interface, sm *kmeshsecurity.SecretManager, xdpProgFd int, mode string) (*KmeshManageController, error)
func (*KmeshManageController) Run ¶
func (c *KmeshManageController) Run(stopChan <-chan struct{})
Click to show internal directories.
Click to hide internal directories.