controllers

package
v0.0.0-...-7ce8503 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FrappeSiteReconciler

type FrappeSiteReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

FrappeSiteReconciler reconciles a FrappeSite object

func (*FrappeSiteReconciler) Reconcile

func (r *FrappeSiteReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the FrappeSite object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*FrappeSiteReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type FrappeWorkpaceReconciler

type FrappeWorkpaceReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

FrappeWorkpaceReconciler reconciles a FrappeWorkpace object

func (*FrappeWorkpaceReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the FrappeWorkpace object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*FrappeWorkpaceReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type SiteBackupReconciler

type SiteBackupReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

SiteBackupReconciler reconciles a SiteBackup object

func (*SiteBackupReconciler) Reconcile

func (r *SiteBackupReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the SiteBackup object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*SiteBackupReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type SiteDashboardChartReconciler

type SiteDashboardChartReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

SiteDashboardChartReconciler reconciles a SiteDashboardChart object

func (*SiteDashboardChartReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the SiteDashboardChart object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*SiteDashboardChartReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type SiteDashboardReconciler

type SiteDashboardReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

SiteDashboardReconciler reconciles a SiteDashboard object

func (*SiteDashboardReconciler) Reconcile

func (r *SiteDashboardReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the SiteDashboard object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*SiteDashboardReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type SiteJobReconciler

type SiteJobReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

SiteJobReconciler reconciles a SiteJob object

func (*SiteJobReconciler) Reconcile

func (r *SiteJobReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the SiteJob object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*SiteJobReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type SiteUserReconciler

type SiteUserReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

SiteUserReconciler reconciles a SiteUser object

func (*SiteUserReconciler) Reconcile

func (r *SiteUserReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the SiteUser object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*SiteUserReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type SiteWorkspaceReconciler

type SiteWorkspaceReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

SiteWorkspaceReconciler reconciles a SiteWorkspace object

func (*SiteWorkspaceReconciler) Reconcile

func (r *SiteWorkspaceReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the SiteWorkspace object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*SiteWorkspaceReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳