Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPipelineRuntimeWithOutIllegalEventSource ¶
func NewPipelineRuntimeWithOutIllegalEventSource(runtime nautescrd.ProjectPipelineRuntime, illegalEventSources []nautescrd.IllegalEventSource) *nautescrd.ProjectPipelineRuntime
Types ¶
type DeploymentRuntimeReconciler ¶
type DeploymentRuntimeReconciler struct { client.Client Scheme *k8sRuntime.Scheme Syncer syncer.Syncer }
DeploymentRuntimeReconciler reconciles a DeploymentRuntime object
func (*DeploymentRuntimeReconciler) Reconcile ¶
func (r *DeploymentRuntimeReconciler) 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.
func (*DeploymentRuntimeReconciler) SetupWithManager ¶
func (r *DeploymentRuntimeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ProjectPipelineRuntimeReconciler ¶
type ProjectPipelineRuntimeReconciler struct { client.Client Scheme *k8sRuntime.Scheme Syncer syncer.Syncer }
ProjectPipelineRuntimeReconciler reconciles a ProjectPipelineRuntime object
func (*ProjectPipelineRuntimeReconciler) Reconcile ¶
func (r *ProjectPipelineRuntimeReconciler) 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.
func (*ProjectPipelineRuntimeReconciler) SetupWithManager ¶
func (r *ProjectPipelineRuntimeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.