Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateWithRetries ¶
func CreateOrUpdateWithRetries( ctx context.Context, c client.Client, obj client.Object, f controllerutil.MutateFn, ) (controllerutil.OperationResult, error)
CreateOrUpdateWithRetries creates or updates the given object in the Kubernetes with retries
Types ¶
type Reconciler ¶
Reconciler reconciles a Ksdns object
func (*Reconciler) Reconcile ¶
+kubebuilder:rbac:groups=rfc1035.ksdns.io,resources=zones,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=rfc1035.ksdns.io,resources=zones/status,verbs=get;update;patch +kubebuilder:rbac:groups=rfc1035.ksdns.io,resources=zones/finalizers,verbs=update
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.