Documentation
¶
Index ¶
- func DecodeBase64(encoded string) (string, error)
- type ConfigEntry
- type ControlPlaneReconciler
- func (r *ControlPlaneReconciler) ImportCertificates(iofogClient *iofogclient.Client) op.Reconciliation
- func (r *ControlPlaneReconciler) ImportRouterCACertificate(iofogClient *iofogclient.Client, secretName string) (err error)
- func (r *ControlPlaneReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *ControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase64 ¶
Types ¶
type ConfigEntry ¶ added in v3.5.0
type ConfigEntry []interface{}
ConfigEntry represents a single entry in the router configuration
type ControlPlaneReconciler ¶
type ControlPlaneReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
ControlPlaneReconciler reconciles a ControlPlane object.
func (*ControlPlaneReconciler) ImportCertificates ¶ added in v3.5.0
func (r *ControlPlaneReconciler) ImportCertificates(iofogClient *iofogclient.Client) op.Reconciliation
func (*ControlPlaneReconciler) ImportRouterCACertificate ¶ added in v3.5.0
func (r *ControlPlaneReconciler) ImportRouterCACertificate(iofogClient *iofogclient.Client, secretName string) (err error)
func (*ControlPlaneReconciler) SetupWithManager ¶
func (r *ControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.