trench

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2022 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigMap

type ConfigMap struct {
	// contains filtered or unexported fields
}

func NewConfigMap

func NewConfigMap(e *common.Executor, t *meridiov1alpha1.Trench) *ConfigMap

type IpamService

type IpamService struct {
	// contains filtered or unexported fields
}

func NewIPAMSvc

func NewIPAMSvc(e *common.Executor, t *meridiov1alpha1.Trench) (*IpamService, error)

type IpamStatefulSet

type IpamStatefulSet struct {
	// contains filtered or unexported fields
}

type Meridio

type Meridio struct {
	// contains filtered or unexported fields
}

func NewMeridio

func NewMeridio(e *common.Executor, trench *meridiov1alpha1.Trench) (*Meridio, error)

func (Meridio) ReconcileAll

func (m Meridio) ReconcileAll() error

type NspService

type NspService struct {
	// contains filtered or unexported fields
}

func NewNspService

func NewNspService(e *common.Executor, t *meridiov1alpha1.Trench) (*NspService, error)

type NspStatefulSet

type NspStatefulSet struct {
	// contains filtered or unexported fields
}

func NewNspStatefulSet

func NewNspStatefulSet(e *common.Executor, t *meridiov1alpha1.Trench) (*NspStatefulSet, error)

type Resources

type Resources interface {
	// contains filtered or unexported methods
}

type TrenchReconciler

type TrenchReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

TrenchReconciler reconciles a Trench object

func (*TrenchReconciler) Reconcile

func (r *TrenchReconciler) 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 Trench 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.7.2/pkg/reconcile

func (*TrenchReconciler) SetupWithManager

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