Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterReconciler ¶
type ClusterReconciler struct { client.Client Scheme *runtime.Scheme ClusterService service.IClusterService Log *zap.SugaredLogger EventRecorder *events.EventRecorder }
ClusterReconciler reconciles a Cluster object
func (*ClusterReconciler) Reconcile ¶
Reconcile is a function to reconcile the cluster , ClusterReconciler implements it
func (*ClusterReconciler) SetupWithManager ¶
func (c *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ProjectReconciler ¶
type ProjectReconciler struct { client.Client Scheme *runtime.Scheme ProjectService service.IProjectService Log *zap.SugaredLogger EventRecorder *events.EventRecorder }
ProjectReconciler reconciles a Project object
func (*ProjectReconciler) Reconcile ¶
Reconcile is a function to reconcile the project, ProjectReconciler implements it
func (*ProjectReconciler) SetupWithManager ¶
func (t *ProjectReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ServiceExportConfigReconciler ¶
type ServiceExportConfigReconciler struct { client.Client Scheme *runtime.Scheme ServiceExportConfigService service.IServiceExportConfigService Log *zap.SugaredLogger EventRecorder *events.EventRecorder }
ServiceExportConfigReconciler reconciles a ServiceExportConfig object
func (*ServiceExportConfigReconciler) Reconcile ¶
func (r *ServiceExportConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is a function to reconcile the ServiceExportConfig, ServiceExportConfigReconciler implements it
func (*ServiceExportConfigReconciler) SetupWithManager ¶
func (r *ServiceExportConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SliceConfigReconciler ¶
type SliceConfigReconciler struct { client.Client Scheme *runtime.Scheme SliceConfigService service.ISliceConfigService Log *zap.SugaredLogger EventRecorder *events.EventRecorder }
SliceConfigReconciler reconciles a SliceConfig object
func (*SliceConfigReconciler) Reconcile ¶
func (r *SliceConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is a function to reconcile the slice config, SliceConfigReconciler implements it
func (*SliceConfigReconciler) SetupWithManager ¶
func (r *SliceConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SliceQoSConfigReconciler ¶ added in v0.2.1
type SliceQoSConfigReconciler struct { client.Client Scheme *runtime.Scheme SliceQoSConfigService service.ISliceQoSConfigService Log *zap.SugaredLogger EventRecorder *events.EventRecorder }
SliceQoSConfigReconciler reconciles a SliceQoSConfig object
func (*SliceQoSConfigReconciler) Reconcile ¶ added in v0.2.1
func (r *SliceQoSConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is a function to reconcile the qos_profile, SliceQoSConfigReconciler implements it
func (*SliceQoSConfigReconciler) SetupWithManager ¶ added in v0.2.1
func (r *SliceQoSConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type VpnKeyRotationReconciler ¶ added in v1.0.1
type VpnKeyRotationReconciler struct { client.Client Scheme *runtime.Scheme VpnKeyRotationService service.IVpnKeyRotationService Log *zap.SugaredLogger EventRecorder *events.EventRecorder }
VpnKeyRotationReconciler reconciles a VpnKeyRotation object
func (*VpnKeyRotationReconciler) Reconcile ¶ added in v1.0.1
func (r *VpnKeyRotationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is a function to reconcile the VpnKeyRotation, VpnKeyRotationReconciler implements it
func (*VpnKeyRotationReconciler) SetupWithManager ¶ added in v1.0.1
func (r *VpnKeyRotationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.