Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClientK8s = errors.New("k8sAPIClientError")
)
Functions ¶
This section is empty.
Types ¶
type FabricNetworkConfigReconciler ¶
type FabricNetworkConfigReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Config *rest.Config }
FabricNetworkConfigReconciler reconciles a FabricNetworkConfig object
func (*FabricNetworkConfigReconciler) Reconcile ¶
+kubebuilder:rbac:groups=hlf.kungfusoftware.es,resources=fabricnetworkconfigs,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=hlf.kungfusoftware.es,resources=fabricnetworkconfigs/status,verbs=get;update;patch +kubebuilder:rbac:groups=hlf.kungfusoftware.es,resources=fabricnetworkconfigs/finalizers,verbs=get;update;patch
func (*FabricNetworkConfigReconciler) SetupWithManager ¶
func (r *FabricNetworkConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.