# Functions
ConfigFromFile reads the file at the given path and marshals it into a Config object.
New initialises a OCI API client from a config file.
NewConfig creates a new Config based on the contents of the given io.Reader.
ValidateConfig validates the OCI Flexible Volume Provisioner config file.
# Structs
AuthConfig holds the configuration required for communicating with the OCI API.
Config holds the configuration for the OCI flexvolume driver.
# Interfaces
Interface abstracts the OCI SDK and application specific convenience methods for interacting with the OCI API.