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 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) SetupWithManager ¶
Click to show internal directories.
Click to hide internal directories.