cpf

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Name is the identifier of the resource.
	Name = "cpfv27"
)

Variables

This section is empty.

Functions

func IsDeleteInProgress

func IsDeleteInProgress(err error) bool

IsDeleteInProgress asserts deleteInProgressError.

func IsExecutionFailed

func IsExecutionFailed(err error) bool

IsExecutionFailed asserts executionFailedError.

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

func IsNotExists

func IsNotExists(err error) bool

IsNotExists asserts notExistsError.

func IsUpdateInProgress

func IsUpdateInProgress(err error) bool

IsUpdateInProgress asserts updateInProgressError.

Types

type Config

type Config struct {
	Logger micrologger.Logger

	EncrypterBackend string
	InstallationName string
	Route53Enabled   bool
}

type Resource

type Resource struct {
	// contains filtered or unexported fields
}

Resource implements the CPF resource, which stands for Control Plane Finalizer. This was formerly known as the host post stack. We manage a dedicated CF stack for the record sets and routing tables setup.

func New

func New(config Config) (*Resource, error)

func (*Resource) EnsureCreated

func (r *Resource) EnsureCreated(ctx context.Context, obj interface{}) error

func (*Resource) EnsureDeleted

func (r *Resource) EnsureDeleted(ctx context.Context, obj interface{}) error

func (*Resource) Name

func (r *Resource) Name() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL