Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func (*Controller) SetupWithManager ¶
func (r *Controller) SetupWithManager(mgr ctrl.Manager) error
type NetworkData ¶
type NetworkData struct { Links []NetworkDataLink `json:"links"` Networks []NetworkDataNetwork `json:"networks"` }
type NetworkDataLink ¶
type NetworkDataNetwork ¶
type Provisioner ¶
type Provisioner struct { client.Client Log logr.Logger Scheme *runtime.Scheme Clock clock.Clock Recorder record.EventRecorder }
func (*Provisioner) SetupWithManager ¶
func (r *Provisioner) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.