Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupEnvVars ¶
func SetupEnvVars(ctx context.Context, vsphereDatacenter *anywherev1.VSphereDatacenterConfig, cli client.Client) error
Types ¶
type DockerReconciler ¶
type DockerReconciler struct {
// contains filtered or unexported fields
}
func NewDockerReconciler ¶
func NewDockerReconciler() *DockerReconciler
func (*DockerReconciler) Reconcile ¶
func (v *DockerReconciler) Reconcile(ctx context.Context, cluster *anywherev1.Cluster) (reconciler.Result, error)
type ProviderClusterReconciler ¶
type ProviderClusterReconciler interface {
Reconcile(ctx context.Context, cluster *anywherev1.Cluster) (reconciler.Result, error)
}
func BuildProviderReconciler ¶
type VSphereClusterReconciler ¶
type VSphereClusterReconciler struct {
VSphereReconciler
// contains filtered or unexported fields
}
func NewVSphereReconciler ¶
func (*VSphereClusterReconciler) FetchAppliedSpec ¶
func (v *VSphereClusterReconciler) FetchAppliedSpec(ctx context.Context, cs *anywherev1.Cluster) (*c.Spec, error)
func (*VSphereClusterReconciler) Reconcile ¶
func (v *VSphereClusterReconciler) Reconcile(ctx context.Context, cluster *anywherev1.Cluster) (reconciler.Result, error)
Click to show internal directories.
Click to hide internal directories.