Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct { // UID is the unique identifier for the workload. UID string // Workload is the name of the workload. Workload string // Namespace is the namespace of the workload. Namespace string // ServiceAccount is the service account of the workload. ServiceAccount string }
Credentials are the credentials published by the Flexvolume driver
Click to show internal directories.
Click to hide internal directories.