Documentation ¶
Overview ¶
Copyright 2021 Square, Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MergeSource ¶
type MergeSource = cmmcv1beta1.MergeSource
MergeSource is an alias to v1beta1.MergeSource.
type MergeSourceReconciler ¶
type MergeSourceReconciler struct { client.Client Scheme *runtime.Scheme Recorder *metrics.Recorder }
MergeSourceReconciler reconciles a MergeSource object.
func (*MergeSourceReconciler) Reconcile ¶
func (r *MergeSourceReconciler) 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.
func (*MergeSourceReconciler) SetupWithManager ¶
func (r *MergeSourceReconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error
SetupWithManager sets up the controller with the Manager.
type MergeTarget ¶
type MergeTarget = cmmcv1beta1.MergeTarget
MergeTarget is an alias to v1beta1.MergeTarget.
type MergeTargetReconciler ¶
type MergeTargetReconciler struct { client.Client Scheme *runtime.Scheme Recorder *metrics.Recorder }
MergeTargetReconciler reconciles a MergeTarget object.
func (*MergeTargetReconciler) Reconcile ¶
func (r *MergeTargetReconciler) 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.
func (*MergeTargetReconciler) SetupWithManager ¶
func (r *MergeTargetReconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error
SetupWithManager sets up the controller with the Manager.