Documentation ¶
Index ¶
- Constants
- func IsAsgLookup(err error) bool
- func IsDeleteFailed(err error) bool
- func IsDeleteInProgress(err error) bool
- func IsInvalidConfig(err error) bool
- func IsNotExists(err error) bool
- func IsOutputNotFound(err error) bool
- func IsTccpnNotUpdated(err error) bool
- func IsUpdateInProgress(err error) bool
- type Config
- type Resource
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "tcnp"
)
Variables ¶
This section is empty.
Functions ¶
func IsAsgLookup ¶ added in v14.24.0
IsAsgLookup asserts asgLookupError.
func IsDeleteFailed ¶
IsDeleteFailed asserts eventCFDeleteError.
func IsDeleteInProgress ¶
IsDeleteInProgress asserts deleteInProgressError.
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsOutputNotFound ¶
IsOutputNotFound asserts outputNotFoundError.
func IsTccpnNotUpdated ¶
IsTccpnNotUpdated asserts timeoutError.
func IsUpdateInProgress ¶
IsUpdateInProgress asserts updateInProgressError.
Types ¶
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.