clusterinstallation

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterInstallationReconciler

type ClusterInstallationReconciler struct {
	client.Client
	NonCachedAPIReader  client.Reader
	Log                 logr.Logger
	Scheme              *runtime.Scheme
	MaxReconciling      int
	RequeueOnLimitDelay time.Duration
	Resources           *resources.ResourceHelper
}

ClusterInstallationReconciler reconciles a ClusterInstallation object

func (*ClusterInstallationReconciler) ConvertToMM added in v1.12.0

func (*ClusterInstallationReconciler) HandleMigration added in v1.12.0

HandleMigration performs necessary steps to migrate ClusterInstallation to Mattermost.

func (*ClusterInstallationReconciler) IsConvertible added in v1.12.0

func (*ClusterInstallationReconciler) Reconcile

func (r *ClusterInstallationReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)

Reconcile reads the state of the cluster for a ClusterInstallation object and makes changes to obtain the exact state defined in `ClusterInstallation.Spec`.

Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

func (*ClusterInstallationReconciler) SetupWithManager

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

type MigrationResult added in v1.12.0

type MigrationResult struct {
	Status    string
	RequeueIn time.Duration
	Finished  bool
}

Jump to

Keyboard shortcuts

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