Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
*NodeDriverOptions
}
func NewDriver ¶
func NewDriver(options *NodeDriverOptions) (*Driver, error)
func (*Driver) ConfigureNode ¶
func (d *Driver) ConfigureNode(_ string, _ *node.AlertingCapabilityConfig) error
func (*Driver) DiscoverRules ¶
type NodeDriverOptions ¶ added in v0.11.1
type NodeDriverOptions struct { K8sClient client.Client `option:"k8sClient"` Logger *zap.SugaredLogger `option:"logger"` }
Click to show internal directories.
Click to hide internal directories.