Documentation ¶
Index ¶
- func NewCodePVCSyncer(wp *wordpress.Wordpress, c client.Client) syncer.Interface
- func NewDBUpgradeJobSyncer(wp *wordpress.Wordpress, c client.Client) syncer.Interface
- func NewDeploymentSyncer(wp *wordpress.Wordpress, secret *corev1.Secret, c client.Client) syncer.Interface
- func NewIngressSyncer(wp *wordpress.Wordpress, c client.Client) syncer.Interface
- func NewMediaPVCSyncer(wp *wordpress.Wordpress, c client.Client) syncer.Interface
- func NewSecretSyncer(wp *wordpress.Wordpress, c client.Client) syncer.Interface
- func NewServiceSyncer(wp *wordpress.Wordpress, c client.Client) syncer.Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCodePVCSyncer ¶ added in v0.2.0
NewCodePVCSyncer returns a new sync.Interface for reconciling codePVC.
func NewDBUpgradeJobSyncer ¶
NewDBUpgradeJobSyncer returns a new sync.Interface for reconciling database upgrade Job.
func NewDeploymentSyncer ¶
func NewDeploymentSyncer(wp *wordpress.Wordpress, secret *corev1.Secret, c client.Client) syncer.Interface
NewDeploymentSyncer returns a new sync.Interface for reconciling web Deployment.
func NewIngressSyncer ¶
NewIngressSyncer returns a new sync.Interface for reconciling web Ingress.
func NewMediaPVCSyncer ¶
NewMediaPVCSyncer returns a new sync.Interface for reconciling media PVC.
func NewSecretSyncer ¶ added in v0.2.0
NewSecretSyncer returns a new sync.Interface for reconciling wordpress secret.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.