Documentation
¶
Index ¶
Constants ¶
View Source
const (
CleanupFinalizer = "rig.dev/capsule-cleanup"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CapsuleReconciler ¶
type CapsuleReconciler struct {
client.Client
Scheme *runtime.Scheme
Config *configv1alpha1.OperatorConfig
CapabilitiesService capabilities.Service
PipelineService svc_pipeline.Service
ObjectStatusService objectstatus.Service
Lifecycle fx.Lifecycle
// contains filtered or unexported fields
}
CapsuleReconciler reconciles a Capsule object
func (*CapsuleReconciler) Reconcile ¶
Reconcile compares the state specified by the Capsule object against the actual cluster state, and then performs operations to make the cluster state reflect the state specified by the Capsule.
func (*CapsuleReconciler) SetupWithManager ¶
func (r *CapsuleReconciler) SetupWithManager(mgr ctrl.Manager, name string) error
SetupWithManager sets up the controller with the Manager.
type ProjectEnvironmentController ¶ added in v1.8.15
type ProjectEnvironmentController struct {
client.Client
Scheme *runtime.Scheme
Config *configv1alpha1.OperatorConfig
ClientSet clientset.Interface
Logger logr.Logger
}
ProjectEnvironmentController reconciles a Project object
func NewProjectEnvironmentController ¶ added in v1.8.15
func NewProjectEnvironmentController( c client.Client, scheme *runtime.Scheme, config *configv1alpha1.OperatorConfig, clientSet clientset.Interface, logger logr.Logger, ) *ProjectEnvironmentController
func (*ProjectEnvironmentController) SetupWithManager ¶ added in v1.8.15
func (p *ProjectEnvironmentController) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.