Documentation ¶
Index ¶
Constants ¶
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 IsTimeoutError ¶
IsTimeoutError asserts createTimeoutError.
func IsWrongTypeError ¶
IsWrongTypeError asserts wrongTypeError.
Types ¶
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.
Click to show internal directories.
Click to hide internal directories.