Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // ReadyzPort if the port used to expose Prometheus metrics. ReadyzPort int // ReadyzPath if the HTTP path used to expose Prometheus metrics. ReadyzPath string // MetricsPort is the port for exposing Prometheus metrics on 0.0.0.0 on the // path '/metrics'. MetricsPort int // Logr is the shared base logger. Logr logr.Logger // RestConfig is the shared based rest config to connect to the Kubernetes // API. RestConfig *rest.Config // Webhook are options specific to the Kubernetes Webhook. Webhook // Bundle are options specific to the Bundle controller. Bundle bundle.Options // contains filtered or unexported fields }
Options is a struct to hold options for trust-manager
Click to show internal directories.
Click to hide internal directories.