Documentation
¶
Index ¶
Constants ¶
const (
SubnetFinalizer = "cloudovn.io/subnet"
)
const (
VPCFinalizer = "cloudovn.io/vpc"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteTableReconciler ¶
RouteTableReconciler reconciles a RouteTable object
func (*RouteTableReconciler) Reconcile ¶
func (r *RouteTableReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the RouteTable object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.23.1/pkg/reconcile
func (*RouteTableReconciler) SetupWithManager ¶
func (r *RouteTableReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SubnetReconciler ¶
type SubnetReconciler struct {
client.Client
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
SubnetReconciler reconciles a Subnet object
func (*SubnetReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Subnet object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
func (*SubnetReconciler) SetupWithManager ¶
func (r *SubnetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type UnderlayNetworkReconciler ¶
UnderlayNetworkReconciler reconciles a UnderlayNetwork object
func (*UnderlayNetworkReconciler) Reconcile ¶
func (r *UnderlayNetworkReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the UnderlayNetwork object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.23.1/pkg/reconcile
func (*UnderlayNetworkReconciler) SetupWithManager ¶
func (r *UnderlayNetworkReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type VPCReconciler ¶
type VPCReconciler struct {
client.Client
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
VPCReconciler reconciles a VPC object
func (*VPCReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*VPCReconciler) SetupWithManager ¶
func (r *VPCReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.