controllers

package
v0.0.0-...-412688d Latest Latest
Warning

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

Go to latest
Published: May 4, 2022 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const BatchSubmitterEntrypoint = `` /* 260-byte string literal not displayed */
View Source
const CliqueEntrypoint = `` /* 1392-byte string literal not displayed */
View Source
const DTLEntrypoint = `` /* 274-byte string literal not displayed */
View Source
const DeployerEntrypoint = `` /* 776-byte string literal not displayed */
View Source
const SequencerEntrypoint = `` /* 1202-byte string literal not displayed */

Variables

This section is empty.

Functions

func GetOrCreateResource

func GetOrCreateResource(
	ctx context.Context,
	client ReaderWriter,
	creator Creator,
	name types.NamespacedName,
	proto client.Object,
) (bool, error)

func Hostify

func Hostify(in string) string

func ObjectMeta

func ObjectMeta(om v1.ObjectMeta, name string, labels map[string]string) v1.ObjectMeta

func ObjectName

func ObjectName(om v1.ObjectMeta, name string) string

func ObjectNamespacedName

func ObjectNamespacedName(om v1.ObjectMeta, name string) types.NamespacedName

Types

type ActorReconciler

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

ActorReconciler reconciles a Actor object

func (*ActorReconciler) Reconcile

func (r *ActorReconciler) 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 Actor 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.10.0/pkg/reconcile

func (*ActorReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type BatchSubmitterReconciler

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

BatchSubmitterReconciler reconciles a BatchSubmitter object

func (*BatchSubmitterReconciler) 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 BatchSubmitter 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.10.0/pkg/reconcile

func (*BatchSubmitterReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type CliqueL1Reconciler

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

CliqueL1Reconciler reconciles a CliqueL1 object

func (*CliqueL1Reconciler) Reconcile

func (r *CliqueL1Reconciler) 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 CliqueL1 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.10.0/pkg/reconcile

func (*CliqueL1Reconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type Creator

type Creator func() client.Object

type DataTransportLayerReconciler

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

DataTransportLayerReconciler reconciles a DataTransportLayer object

func (*DataTransportLayerReconciler) 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 DataTransportLayer 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.10.0/pkg/reconcile

func (*DataTransportLayerReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type DeployerReconciler

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

DeployerReconciler reconciles a Deployer object

func (*DeployerReconciler) Reconcile

func (r *DeployerReconciler) 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 Deployer 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.10.0/pkg/reconcile

func (*DeployerReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type GasOracleReconciler

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

GasOracleReconciler reconciles a GasOracle object

func (*GasOracleReconciler) Reconcile

func (r *GasOracleReconciler) 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 GasOracle 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.10.0/pkg/reconcile

func (*GasOracleReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type ReaderWriter

type ReaderWriter interface {
	client.Reader
	client.Writer
}

type SequencerReconciler

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

SequencerReconciler reconciles a Sequencer object

func (*SequencerReconciler) Reconcile

func (r *SequencerReconciler) 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 Sequencer 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.10.0/pkg/reconcile

func (*SequencerReconciler) SetupWithManager

func (r *SequencerReconciler) 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