Documentation ¶
Index ¶
Constants ¶
View Source
const ( // S3 is the value for the S3 storage backend. S3 = "s3" // GCS is the value for the GCS storage backend. GCS = "gcs" // Azure is the value for the Azure storage backend. Azure = "azure" // Swift is the value for the Openstack Swift storage backend. Swift = "swift" // Filesystem is the value for the filesystem storage backend. Filesystem = "filesystem" )
cortex storage constants
View Source
const Redacted = "***"
Variables ¶
View Source
var File_github_com_rancher_opni_pkg_apis_storage_v1_storage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AzureConfig ¶ added in v0.12.0
type AzureConfig = storage.AzureConfig
type FilesystemConfig ¶ added in v0.12.0
type FilesystemConfig = storage.FilesystemConfig
type HttpConfig ¶ added in v0.12.0
type HttpConfig = storage.HttpConfig
type S3SSEConfig ¶ added in v0.12.0
type S3SSEConfig = storage.S3SSEConfig
type SwiftConfig ¶ added in v0.12.0
type SwiftConfig = storage.SwiftConfig
Click to show internal directories.
Click to hide internal directories.