Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { EventRecorder record.EventRecorder // ReadyzPort is the port to serve the readiness check on ReadyzPort int // ReadyzPath is the path to serve the readiness check on ReadyzPath string // MetricsPort is the port to serve prometheus metrics on MetricsPort int // EnableLeaderElection determines whether to use leader election EnableLeaderElection bool // LeaderElectionNamespace is the namespace to create Leader Election Resources LeaderElectionNamespace string // Logr is the shared base logr.Logger Logr logr.Logger // RestConfig is the Kubernetes config RestConfig *rest.Config // contains filtered or unexported fields }
Options is the main configuration struct for cert-manager-openshift-routes
Click to show internal directories.
Click to hide internal directories.