Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "tcnpf"
)
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 TCNPF resource, which stands for Tenant Cluster Node Pool Finalizer. We manage a dedicated CF stack for the VPC Peering Connections made between the AWS Control Plane Accounts and the AWS Tenant Cluster Accounts.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.