Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClientK8s = errors.New("k8sAPIClientError")
)
Functions ¶
func CreateConfigUpdateEnvelope ¶
func CreateConfigUpdateEnvelope(channelID string, configUpdate *common.ConfigUpdate) ([]byte, error)
Types ¶
type FabricIdentityReconciler ¶
type FabricIdentityReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Config *rest.Config AutoRenewCertificates bool AutoRenewCertificatesDelta time.Duration }
FabricIdentityReconciler reconciles a FabricIdentity object
func (*FabricIdentityReconciler) Reconcile ¶
func (r *FabricIdentityReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
+kubebuilder:rbac:groups=hlf.kungfusoftware.es,resources=fabricidentities,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=hlf.kungfusoftware.es,resources=fabricidentities/status,verbs=get;update;patch +kubebuilder:rbac:groups=hlf.kungfusoftware.es,resources=fabricidentities/finalizers,verbs=get;update;patch
func (*FabricIdentityReconciler) SetupWithManager ¶
func (r *FabricIdentityReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.