aci

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2017 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	armDeployer arm.Deployer,
	aciManager aci.Manager,
) service.Module

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

Types

type BindingParameters

type BindingParameters struct {
}

BindingParameters encapsulates aci-specific binding options

type ProvisioningParameters

type ProvisioningParameters struct {
	Location      string            `json:"location"`
	ResourceGroup string            `json:"resourceGroup"`
	Tags          map[string]string `json:"tags"`
	ImageName     string            `json:"image"`
	NumberCores   string            `json:"cpuCores"`
	Memory        string            `json:"memoryInGb"`
	Port          string            `json:"port"`
}

ProvisioningParameters encapsulates aci-specific provisioning options

func (*ProvisioningParameters) SetResourceGroup

func (p *ProvisioningParameters) SetResourceGroup(resourceGroup string)

SetResourceGroup sets the name of the resource group into which service instances will be deployed

type UpdatingParameters

type UpdatingParameters struct {
}

UpdatingParameters encapsulates aci-specific updating options

Jump to

Keyboard shortcuts

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