Documentation ¶
Index ¶
- type DeploymentReconciler
- func (r *DeploymentReconciler) FindOwned(ctx context.Context, owner kmeta.OwnerRefable, selector labels.Selector) (*appsv1.Deployment, error)
- func (r *DeploymentReconciler) ReconcileDeployment(ctx context.Context, owner kmeta.OwnerRefable, binder *sourcesv1.SinkBinding, ...) (*appsv1.Deployment, *sourcesv1.SinkBinding, pkgreconciler.Event)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentReconciler ¶
type DeploymentReconciler struct {
KubeClientSet kubernetes.Interface
}
func (*DeploymentReconciler) FindOwned ¶
func (r *DeploymentReconciler) FindOwned(ctx context.Context, owner kmeta.OwnerRefable, selector labels.Selector) (*appsv1.Deployment, error)
func (*DeploymentReconciler) ReconcileDeployment ¶
func (r *DeploymentReconciler) ReconcileDeployment( ctx context.Context, owner kmeta.OwnerRefable, binder *sourcesv1.SinkBinding, expected *appsv1.Deployment, ) (*appsv1.Deployment, *sourcesv1.SinkBinding, pkgreconciler.Event)
ReconcileDeployment reconciles deployment resource for SampleSource
Click to show internal directories.
Click to hide internal directories.