Documentation ¶
Index ¶
- Constants
- func DestinationSecretSyncReconciler() reconcilers.SubReconciler[*syncv1alpha1.ImageSync]
- func ImageSyncReconciler(c reconcilers.Config) *reconcilers.ResourceReconciler[*syncv1alpha1.ImageSync]
- func SourceImageSyncReconciler() reconcilers.SubReconciler[*syncv1alpha1.ImageSync]
- func SourceSecretSyncReconciler() reconcilers.SubReconciler[*syncv1alpha1.ImageSync]
- func SynchronizeImageReconciler() reconcilers.SubReconciler[*syncv1alpha1.ImageSync]
Constants ¶
View Source
const DestinationSecretsStashKey reconcilers.StashKey = syncv1alpha1.Group + "/destination-secret"
View Source
const SourceImageRefStashKey reconcilers.StashKey = syncv1alpha1.Group + "/source-image-ref"
View Source
const SourceSecretsStashKey reconcilers.StashKey = syncv1alpha1.Group + "/source-secret"
ImageSyncReconciler reconciles a ImageSync object
Variables ¶
This section is empty.
Functions ¶
func DestinationSecretSyncReconciler ¶
func DestinationSecretSyncReconciler() reconcilers.SubReconciler[*syncv1alpha1.ImageSync]
func ImageSyncReconciler ¶
func ImageSyncReconciler(c reconcilers.Config) *reconcilers.ResourceReconciler[*syncv1alpha1.ImageSync]
ImageSyncReconciler reconciles a ImageSync object
func SourceImageSyncReconciler ¶
func SourceImageSyncReconciler() reconcilers.SubReconciler[*syncv1alpha1.ImageSync]
func SourceSecretSyncReconciler ¶
func SourceSecretSyncReconciler() reconcilers.SubReconciler[*syncv1alpha1.ImageSync]
func SynchronizeImageReconciler ¶
func SynchronizeImageReconciler() reconcilers.SubReconciler[*syncv1alpha1.ImageSync]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.