package
0.0.0-20231130230410-7ce164ae75c3
Repository: https://github.com/hubelia/wordpress-operator.git
Documentation: pkg.go.dev

# Functions

AddToFlagSet set command line arguments.

# Variables

GitCloneImage is the image used by the init container that clones the code.
HealthProbeBindAddress is the TCP address that the controller should bind to for serving health probes.
IngressClass is the default ingress class used used for creating WordPress ingresses.
LeaderElection determines whether or not to use leader election when starting the manager.
LeaderElectionID determines the name of the resource that leader election will use for holding the leader lock.
LeaderElectionNamespace determines the namespace in which the leader election resource will be created.
MetricsBindAddress is the TCP address that the controller should bind to for serving prometheus metrics.
WatchNamespace sets the Namespace field, which restricts the manager's cache to watch objects in the desired namespace.
WordpressRuntimeImage is the base image used to run your code.