vpn

package
v4.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Name is the identifier of the resource.
	Name = "vpn"
)

Variables

This section is empty.

Functions

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

func IsNotFound

func IsNotFound(err error) bool

IsNotFound asserts notFoundError.

Types

type Config

type Config struct {
	Debugger *debugger.Debugger
	Logger   micrologger.Logger

	Azure setting.Azure
}

Config contains information required by Resource.

type Resource

type Resource struct {
	// contains filtered or unexported fields
}

Resource ensures Microsoft Virtual Network Gateways are running.

func New

func New(config Config) (*Resource, error)

New validates Config and creates a new Resource with it.

func (*Resource) EnsureCreated

func (r *Resource) EnsureCreated(ctx context.Context, obj interface{}) error

EnsureCreated ensures the resource is created.

func (*Resource) EnsureDeleted

func (r *Resource) EnsureDeleted(ctx context.Context, obj interface{}) error

EnsureDeleted ensures the resource is deleted.

func (*Resource) Name

func (r *Resource) Name() string

Name returns the resource name.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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