aws_vpc

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2024 License: AGPL-3.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ApplyChecklist = []rApi.CheckMeta{
		{Name: patchDefaults, Title: "Patch Defaults"},
		{Name: createVPCJob, Title: "Create VPC Lifecycle"},
	}
	DeleteChecklist = []rApi.CheckMeta{{Name: createVPCJob, Title: "Delete VPC Lifecycle"}}
)

Functions

This section is empty.

Types

type AwsVPCReconciler

type AwsVPCReconciler struct {
	client.Client
	Scheme *runtime.Scheme
	Env    *env.Env

	Name string
	// contains filtered or unexported fields
}

func (*AwsVPCReconciler) GetName

func (r *AwsVPCReconciler) GetName() string

func (*AwsVPCReconciler) Reconcile

func (r *AwsVPCReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)

func (*AwsVPCReconciler) SetupWithManager

func (r *AwsVPCReconciler) SetupWithManager(mgr ctrl.Manager, logger logging.Logger) error

type TFValues

type TFValues struct {
	AwsAccessKey  string `json:"aws_access_key"`
	AwsSecretKey  string `json:"aws_secret_key"`
	AwsRegion     string `json:"aws_region"`
	AwsAssumeRole struct {
		Enabled    bool   `json:"enabled"`
		RoleARN    string `json:"role_arn"`
		ExternalID string `json:"external_id"`
	} `json:"aws_assume_role"`
	VpcName       string `json:"vpc_name"`
	VpcCIDR       string `json:"vpc_cidr"`
	PublicSubnets []struct {
		AvailabilityZone string `json:"availability_zone"`
		CIDR             string `json:"cidr"`
	} `json:"public_subnets"`
	Tags map[string]string `json:"tags"`
}

Jump to

Keyboard shortcuts

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