Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentReconciler ¶
type EnvironmentReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder *events.Recorder
Router routing.Router
DatabaseProvider database.DatabaseProvider
ChangeDetector changeset.ChangeDetector
Notifier notifier.Notifier
StatusReporter notifier.StatusReporter
Deployer deployer.Deployer
TestRunner divtesting.TestRunner
AsyncProvisioner async.Provisioner
}
EnvironmentReconciler reconciles a Environment object
func (*EnvironmentReconciler) Reconcile ¶
func (r *EnvironmentReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)
Reconcile performs its designated operation.
func (*EnvironmentReconciler) SetupWithManager ¶
func (r *EnvironmentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PreviewGroupReconciler ¶
type PreviewGroupReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder *events.Recorder
Notifier notifier.PreviewGroupNotifier
StatusReporter notifier.StatusReporter
DatabaseProvider database.DatabaseProvider
EnableGAMMA bool // Enable GAMMA mesh routing (requires Istio Ambient)
}
PreviewGroupReconciler reconciles a PreviewGroup object. It acts as an "operator of operators", creating and managing child Environment CRs for each service in the group.
func (*PreviewGroupReconciler) Reconcile ¶
func (r *PreviewGroupReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)
Reconcile performs its designated operation.
func (*PreviewGroupReconciler) SetupWithManager ¶
func (r *PreviewGroupReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.