Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwiftProxyReconciler ¶
type SwiftProxyReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Kclient kubernetes.Interface }
SwiftProxyReconciler reconciles a SwiftProxy object
func (*SwiftProxyReconciler) Reconcile ¶
func (r *SwiftProxyReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the SwiftProxy object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.2/pkg/reconcile
func (*SwiftProxyReconciler) SetupWithManager ¶
func (r *SwiftProxyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SwiftReconciler ¶
type SwiftReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Kclient kubernetes.Interface }
SwiftReconciler reconciles a Swift object
func (*SwiftReconciler) Reconcile ¶
func (r *SwiftReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Swift object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
func (*SwiftReconciler) SetupWithManager ¶
func (r *SwiftReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SwiftRingReconciler ¶
type SwiftRingReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Kclient kubernetes.Interface }
SwiftRingReconciler reconciles a SwiftRing object
func (*SwiftRingReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the SwiftRing object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.2/pkg/reconcile
func (*SwiftRingReconciler) SetupWithManager ¶
func (r *SwiftRingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SwiftStorageReconciler ¶
type SwiftStorageReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Kclient kubernetes.Interface }
SwiftStorageReconciler reconciles a SwiftStorage object
func (*SwiftStorageReconciler) Reconcile ¶
func (r *SwiftStorageReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the SwiftStorage object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.2/pkg/reconcile
func (*SwiftStorageReconciler) SetupWithManager ¶
func (r *SwiftStorageReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.