Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct { // RestConfig is the shared based rest config to connect to the Kubernetes // API. RestConfig *rest.Config // DriverName is the driver name as installed in Kubernetes. DriverName string // Logr is a shared logger. Logr logr.Logger // contains filtered or unexported fields }
Flags is a shared struct that stores and manages flags for an app.
type RegisterFunc ¶
Click to show internal directories.
Click to hide internal directories.