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
}
func NewIPAM ¶
func NewIPAM(e *common.Executor, t *meridiov1alpha1.Trench) (*IpamStatefulSet, error)
type Meridio ¶
type Meridio struct {
// contains filtered or unexported fields
}
func NewMeridio ¶
func (Meridio) ReconcileAll ¶
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 TrenchReconciler ¶
TrenchReconciler reconciles a Trench object
func (*TrenchReconciler) 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 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.
Click to show internal directories.
Click to hide internal directories.