controller

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ControllerNumaflowControllerRollout = "numaflow-controller-rollout-controller"
	NumaflowControllerDeploymentName    = "numaflow-controller"
)
View Source
const (
	ControllerISBSVCRollout = "isbsvc-rollout-controller"
)
View Source
const (
	ControllerPipelineRollout = "pipeline-rollout-controller"
)

Variables

This section is empty.

Functions

func SplitYAMLToString

func SplitYAMLToString(yamlData []byte) ([]string, error)

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 NewISBServiceRolloutReconciler

func NewISBServiceRolloutReconciler(
	client client.Client,
	s *runtime.Scheme,
	restConfig *rest.Config,
) *ISBServiceRolloutReconciler

func (*ISBServiceRolloutReconciler) 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 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 NewNumaflowControllerRolloutReconciler

func NewNumaflowControllerRolloutReconciler(
	client client.Client,
	s *runtime.Scheme,
	rawConfig *rest.Config,
	kubectl kubeUtil.Kubectl,
) (*NumaflowControllerRolloutReconciler, error)

func (*NumaflowControllerRolloutReconciler) 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.

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 NewPipelineRolloutReconciler

func NewPipelineRolloutReconciler(
	client client.Client,
	s *runtime.Scheme,
	restConfig *rest.Config,
) *PipelineRolloutReconciler

func (*PipelineRolloutReconciler) 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 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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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