Documentation
¶
Overview ¶
Package exampleplugincrd implements the example CRD plugin
Index ¶
Constants ¶
View Source
const QueueRetryCount = 5
QueueRetryCount is the max number of times to retry processing a failed item from the workqueue.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct {
local.PluginInfraDeps
// Kubeconfig with k8s cluster address and access credentials to use.
KubeConfig config.PluginConfig
}
Deps defines dependencies of netmesh plugin.
Click to show internal directories.
Click to hide internal directories.