Documentation
¶
Index ¶
Constants ¶
View Source
const ( ControllerName = "Landscaper" LandscaperReadyPhase = "Succeeded" LandscaperErrorPhase = "Failed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LandscaperConnector ¶
type LandscaperConnector struct {
CrateClient, LaaSClient client.Client
ApiServerAccess apiserver.APIServerAccess
}
LandscaperConnector reconciles a ManagedControlPlane object
func NewLandscaperConnector ¶
func NewLandscaperConnector(crateClient, laasClient client.Client) *LandscaperConnector
func (*LandscaperConnector) SetAPIServerAccess ¶
func (r *LandscaperConnector) SetAPIServerAccess(apiServerAccess apiserver.APIServerAccess)
SetAPIServerAccess sets the ApiServerAccess implementation. Used for testing.
func (*LandscaperConnector) SetupWithManager ¶
func (r *LandscaperConnector) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.