Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "tcdp"
)
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 InstallationName string }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the TCDP resource, which stands for Tenant Cluster Data Plane. We manage a dedicated Cloud Formation stack for each node pool.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.