Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "tccp"
)
Variables ¶
This section is empty.
Functions ¶
func IsAlreadyTerminated ¶
IsAlreadyTerminated asserts alreadyTerminatedError. Here we also check for the AWS error code IncorrectInstanceState. The AWS errors might look like the following example.
IncorrectInstanceState: The instance 'i-0b26c88f3546aefee' must be in a 'running', 'pending', 'stopping' or 'stopped' state for this operation.
func IsDeleteInProgress ¶
IsDeleteInProgress asserts deleteInProgressError.
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsUpdateInProgress ¶
IsUpdateInProgress asserts updateInProgressError.
Types ¶
type Config ¶
type Config struct { APIWhitelist adapter.APIWhitelist // EncrypterRoleManager manages role encryption. This can be supported by // different implementations and thus is optional. EncrypterRoleManager encrypter.RoleManager G8sClient versioned.Interface Logger micrologger.Logger Detection *detection.Detection EncrypterBackend string GuestPrivateSubnetMaskBits int GuestPublicSubnetMaskBits int InstallationName string InstanceMonitoring bool PublicRouteTables string Route53Enabled bool VPCPeerID string }
Config represents the configuration used to create a new cloudformation resource.
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the cloudformation resource.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.