gcp_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: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ApplyChecklist = []rApi.CheckMeta{
	{Name: patchDefaults, Title: "Patch Defaults", Debug: true},
	{Name: createVPC, Title: "Create VPC"},
}
View Source
var DeleteChecklist = []rApi.CheckMeta{
	{Name: deleteVPC, Title: "Delete VPC"},
}

Functions

This section is empty.

Types

type GCPVpcTFVars

type GCPVpcTFVars struct {
	ProjectID       string `json:"gcp_project_id"`
	Region          string `json:"gcp_region"`
	CredentialsJSON string `json:"gcp_credentials_json"`
	VPCName         string `json:"vpc_name"`
}

type GcpVPCReconciler

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

	Name string
	// contains filtered or unexported fields
}

func (*GcpVPCReconciler) GetName

func (r *GcpVPCReconciler) GetName() string

func (*GcpVPCReconciler) Reconcile

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

func (*GcpVPCReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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