Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "tccpf"
)
Variables ¶
This section is empty.
Functions ¶
func IsDeleteInProgress ¶
IsDeleteInProgress asserts deleteInProgressError.
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsUpdateInProgress ¶
IsUpdateInProgress asserts updateInProgressError.
Types ¶
type Config ¶
type Config struct { Logger micrologger.Logger EncrypterBackend string InstallationName string Route53Enabled bool }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the TCCPF resource, which stands for Tenant Cluster Control Plane Finalizer. This was formerly known as the host main stack. We manage a dedicated CF stack for the record sets and routing tables setup.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.