Documentation
¶
Index ¶
- func NewDBUpgradeJobSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, ...) syncer.Interface
- func NewDeploymentSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, ...) syncer.Interface
- func NewIngressSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, ...) syncer.Interface
- func NewMediaPVCSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, ...) syncer.Interface
- func NewServiceSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, ...) syncer.Interface
- func NewWPCronSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, ...) syncer.Interface
- func NewWebrootPVCSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, ...) syncer.Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDBUpgradeJobSyncer ¶
func NewDBUpgradeJobSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, c client.Client, scheme *runtime.Scheme) syncer.Interface
NewDBUpgradeJobSyncer returns a new sync.Interface for reconciling database upgrade Job
func NewDeploymentSyncer ¶
func NewDeploymentSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, c client.Client, scheme *runtime.Scheme) syncer.Interface
NewDeploymentSyncer returns a new sync.Interface for reconciling web Deployment
func NewIngressSyncer ¶
func NewIngressSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, c client.Client, scheme *runtime.Scheme) syncer.Interface
NewIngressSyncer returns a new sync.Interface for reconciling web Ingress
func NewMediaPVCSyncer ¶
func NewMediaPVCSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, c client.Client, scheme *runtime.Scheme) syncer.Interface
NewMediaPVCSyncer returns a new sync.Interface for reconciling media PVC
func NewServiceSyncer ¶
func NewServiceSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, c client.Client, scheme *runtime.Scheme) syncer.Interface
NewServiceSyncer returns a new sync.Interface for reconciling web Service
func NewWPCronSyncer ¶
func NewWPCronSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, c client.Client, scheme *runtime.Scheme) syncer.Interface
NewWPCronSyncer returns a new sync.Interface for reconciling wp-cron CronJob
func NewWebrootPVCSyncer ¶
func NewWebrootPVCSyncer(wp *wordpressv1alpha1.Wordpress, rt *wordpressv1alpha1.WordpressRuntime, c client.Client, scheme *runtime.Scheme) syncer.Interface
NewWebrootPVCSyncer returns a new sync.Interface for reconciling webroot PVC
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.