Documentation
¶
Index ¶
Constants ¶
const ( ControllerNumaflowControllerRollout = "numaflow-controller-rollout-controller" NumaflowControllerDeploymentName = "numaflow-controller" )
const (
ControllerISBSVCRollout = "isbsvc-rollout-controller"
)
const (
ControllerPipelineRollout = "pipeline-rollout-controller"
)
Variables ¶
This section is empty.
Functions ¶
func SplitYAMLToString ¶
SplitYAMLToString splits a YAML file into strings. Returns list of yamls found in the yaml. If an error occurs, returns objects that have been parsed so far too.
Types ¶
type ISBServiceRolloutReconciler ¶
type ISBServiceRolloutReconciler struct {
// contains filtered or unexported fields
}
ISBServiceRolloutReconciler reconciles an ISBServiceRollout object
func (*ISBServiceRolloutReconciler) Reconcile ¶
func (r *ISBServiceRolloutReconciler) 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 ISBServiceRollout 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://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.17.3/pkg/reconcile
func (*ISBServiceRolloutReconciler) SetupWithManager ¶
func (r *ISBServiceRolloutReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NumaflowControllerRolloutReconciler ¶
type NumaflowControllerRolloutReconciler struct {
// contains filtered or unexported fields
}
NumaflowControllerRolloutReconciler reconciles a NumaflowControllerRollout object
func (*NumaflowControllerRolloutReconciler) Reconcile ¶
func (r *NumaflowControllerRolloutReconciler) 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.17.3/pkg/reconcile
func (*NumaflowControllerRolloutReconciler) SetupWithManager ¶
func (r *NumaflowControllerRolloutReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PipelineRolloutReconciler ¶
type PipelineRolloutReconciler struct {
// contains filtered or unexported fields
}
PipelineRolloutReconciler reconciles a PipelineRollout object
func (*PipelineRolloutReconciler) Reconcile ¶
func (r *PipelineRolloutReconciler) 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 PipelineRollout 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://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.17.3/pkg/reconcile
func (*PipelineRolloutReconciler) SetupWithManager ¶
func (r *PipelineRolloutReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.