Documentation
¶
Index ¶
Constants ¶
View Source
const (
Finalizer = "finalizer.managedresource.crossplane.io"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VswitchReconciler ¶
type VswitchReconciler struct { client.Client Scheme *runtime.Scheme DeleteTimeout time.Duration // DeleteTimeout 超时时间 }
func (*VswitchReconciler) Reconcile ¶
func (r *VswitchReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile 只做删除超时的强制清理工作, 防止资源残留.
func (*VswitchReconciler) SetupWithManager ¶
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.