Documentation ¶
Index ¶
- func CreateServiceAccountSecret(ctx context.Context, client client.Client, ...) error
- func DefaultControllerConfiguration() *config.LandscaperServiceConfiguration
- func DefaultTargetShootConfiguration() *config.TargetShootSidecarConfiguration
- func RequestFromObject(obj client.Object) reconcile.Request
- func ShouldNotReconcile(ctx context.Context, reconciler reconcile.Reconciler, req reconcile.Request, ...)
- func ShouldReconcile(ctx context.Context, reconciler reconcile.Reconciler, req reconcile.Request, ...) reconcile.Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultControllerConfiguration ¶
func DefaultControllerConfiguration() *config.LandscaperServiceConfiguration
func DefaultTargetShootConfiguration ¶
func DefaultTargetShootConfiguration() *config.TargetShootSidecarConfiguration
func RequestFromObject ¶
RequestFromObject creates a new reconcile.for a object
func ShouldNotReconcile ¶
func ShouldNotReconcile(ctx context.Context, reconciler reconcile.Reconciler, req reconcile.Request, optionalDescription ...interface{})
ShouldNotReconcile reconciles the given reconciler with the given request and expects that an error occurred
func ShouldReconcile ¶
func ShouldReconcile(ctx context.Context, reconciler reconcile.Reconciler, req reconcile.Request, optionalDescription ...interface{}) reconcile.Result
ShouldReconcile reconciles the given reconciler with the given request and expects that no error occurred
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.