controllers

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2023 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtlasSchemaReconciler

type AtlasSchemaReconciler struct {
	client.Client
	CLI    CLI
	Scheme *runtime.Scheme
}

AtlasSchemaReconciler reconciles a AtlasSchema object

func (*AtlasSchemaReconciler) Reconcile

func (r *AtlasSchemaReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile

func (*AtlasSchemaReconciler) SetupWithManager

func (r *AtlasSchemaReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type CLI

type CLI interface {
	SchemaApply(context.Context, *atlas.SchemaApplyParams) (*atlas.SchemaApply, error)
	SchemaInspect(ctx context.Context, data *atlas.SchemaInspectParams) (string, error)
	Lint(ctx context.Context, data *atlas.LintParams) (*atlas.SummaryReport, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL