Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "vpn"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { CtrlClient ctrlclient.Client 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 (*Resource) EnsureCreated ¶
EnsureCreated ensures the resource is created.
func (*Resource) EnsureDeleted ¶
EnsureDeleted ensures the resource is deleted.
Click to show internal directories.
Click to hide internal directories.