storage

package
v0.9.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2018 License: MIT Imports: 9 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	armDeployer arm.Deployer,
	accountsClient storageSDK.AccountsClient,
) service.Module

New returns a new instance of a type that fulfills the service.Module interface and is capable of provisioning Storage using "Azure Storage"

Types

type BindingParameters

type BindingParameters struct {
}

BindingParameters encapsulates non-sensitive Storage-specific binding options

type Credentials

type Credentials struct {
	StorageAccountName string `json:"storageAccountName"`
	AccessKey          string `json:"accessKey"`
	ContainerName      string `json:"containerName,omitempty"`
}

Credentials encapsulates Storage-specific coonection details and credentials.

type ProvisioningParameters

type ProvisioningParameters struct{}

ProvisioningParameters encapsulates non-sensitive Storage-specific provisioning options

type SecureBindingParameters

type SecureBindingParameters struct {
}

SecureBindingParameters encapsulates sensitive Storage-specific binding options

type SecureProvisioningParameters

type SecureProvisioningParameters struct{}

SecureProvisioningParameters encapsulates sensitive Storage-specific provisioning options

type UpdatingParameters

type UpdatingParameters struct {
}

UpdatingParameters encapsulates Storage-specific updating options

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL