Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "stateless-prebind-plugin-example"
Name is the name of the plugin used in Registry and configurations.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StatelessPreBindExample ¶ added in v1.16.0
type StatelessPreBindExample struct{}
StatelessPreBindExample is an example of a simple plugin that has no state and implements only one hook for prebind.
func (StatelessPreBindExample) Name ¶ added in v1.16.0
func (sr StatelessPreBindExample) Name() string
Name returns name of the plugin. It is used in logs, etc.
Click to show internal directories.
Click to hide internal directories.