Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcileEtcdV3 ¶
type ReconcileEtcdV3 struct { // This client, initialized using mgr.Client() above, is a split client // that reads objects from the cache and writes to the apiserver client.Client Log logr.Logger Scheme *runtime.Scheme }
ReconcileEtcdV3 reconciles a Backend object
func (*ReconcileEtcdV3) SetupWithEtcdV3 ¶
func (r *ReconcileEtcdV3) SetupWithEtcdV3(mgr ctrl.Manager) error
type ReconcileGCS ¶
type ReconcileGCS struct { // This client, initialized using mgr.Client() above, is a split client // that reads objects from the cache and writes to the apiserver client.Client Log logr.Logger Scheme *runtime.Scheme }
ReconcileGCS reconciles a Backend object
func (*ReconcileGCS) SetupWithGCS ¶
func (r *ReconcileGCS) SetupWithGCS(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.