Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provisioner ¶
type Provisioner interface { // Channel returns a readonly channel where caller can get events. Channel() <-chan []types.Event // Run launches the provisioner. Run(chan struct{}) error }
Provisioner provisions config event. The source type can be xDS or UDPA or whatever anything else.
Click to show internal directories.
Click to hide internal directories.