Documentation ¶
Index ¶
- Constants
- func IsInvalidConfig(err error) bool
- func IsMissingOutputValue(err error) bool
- func IsNilTemplateLinkError(err error) bool
- func IsNotFound(err error) bool
- func IsTimeoutError(err error) bool
- func IsUnableToGetTemplateError(err error) bool
- func IsWrongTypeError(err error) bool
- type Config
- type Resource
- type StorageAccountIpRule
Constants ¶
View Source
const ( DeploymentTemplateChecksum = "TemplateChecksum" DeploymentParametersChecksum = "ParametersChecksum" )
View Source
const (
// Name is the identifier of the resource.
Name = "deployment"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsMissingOutputValue ¶
IsMissingOutputValue asserts missingOutputValueError.
func IsNilTemplateLinkError ¶
func IsTimeoutError ¶
IsTimeoutError asserts createTimeoutError.
func IsWrongTypeError ¶
IsWrongTypeError asserts wrongTypeError.
Types ¶
type Config ¶
type Config struct { Debugger *debugger.Debugger InstallationName string CtrlClient ctrlClient.Client Logger micrologger.Logger Azure setting.Azure AzureClientSet *client.AzureClientSet ClientFactory client.OrganizationFactory ControlPlaneSubscriptionID string Debug setting.Debug }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
EnsureDeleted is a noop since the deletion of deployments is redirected to the deletion of resource groups because they garbage collect them.
type StorageAccountIpRule ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.