Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // NodeID is the name of the node which is hosting this driver instance. NodeID string // DriverName is the name of this CSI driver which will be shared with // the Kubelet. DriverName string // Endpoint is the endpoint that the driver will connect to the Kubelet. Endpoint string // DataRoot is the directory that the driver will write and mount volumes // from. DataRoot string // Logr is the shared base logger. Logr logr.Logger // RestConfig is the shared base rest config to connect to the Kubernetes // API. RestConfig *rest.Config // TrustedCertsSource is the source of the trusted certs. TrustedCertsSource string // contains filtered or unexported fields }
Options are the main options for the driver. Populated via processing command line flags.
Click to show internal directories.
Click to hide internal directories.