Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTokenNotFound = errors.New("token not found") ErrUnsupportedConfigFileVersion = errors.New("unsupported config file version") )
Functions ¶
func GetConnectionSetting ¶ added in v1.3.0
func GetConnectionSetting(edgeConnectClient edgeconnectClient.Client, name, namespace, uid string) (edgeconnectClient.EnvironmentSetting, error)
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller reconciles an EdgeConnect object
func NewController ¶
func NewController(mgr manager.Manager) *Controller
func (*Controller) SetupWithManager ¶
func (controller *Controller) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.