Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "tcnp"
)
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 { G8sClient versioned.Interface Detection *changedetection.TCNP Logger micrologger.Logger EncrypterBackend string InstallationName string }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the TCNP 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.