Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "tccpi"
)
Variables ¶
This section is empty.
Functions ¶
func IsDeleteFailed ¶
IsDeleteFailed asserts eventCFDeleteError.
func IsDeleteInProgress ¶
IsDeleteInProgress asserts deleteInProgressError.
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsUpdateInProgress ¶
IsUpdateInProgress asserts updateInProgressError.
Types ¶
type Config ¶
type Config struct { Event recorder.Interface Logger micrologger.Logger InstallationName string }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the CPI resource, which stands for Control Plane Initializer. This was formerly known as the host pre stack. We manage a dedicated CF stack for the IAM role and VPC Peering setup.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.