Documentation
¶
Index ¶
- type GatewayReconciler
- type IPAMRangeReconciler
- func (r *IPAMRangeReconciler) HandleDelete(ctx context.Context, log logr.Logger, ipamrange *api.IPAMRange) (ctrl.Result, error)
- func (r *IPAMRangeReconciler) HandleReconcile(ctx context.Context, log logr.Logger, ipamrange *api.IPAMRange) (ctrl.Result, error)
- func (r *IPAMRangeReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *IPAMRangeReconciler) SetupWithManager(mgr *manager.Manager) error
- type IPAMUsageExtractor
- type ReservedIPReconciler
- type RoutingDomainReconciler
- type SecurityGroupReconciler
- type SubnetReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayReconciler ¶
GatewayReconciler reconciles a Gateway object
func (*GatewayReconciler) 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 Gateway 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.8.3/pkg/reconcile
func (*GatewayReconciler) SetupWithManager ¶
func (r *GatewayReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type IPAMRangeReconciler ¶ added in v0.0.5
type IPAMRangeReconciler struct {
scopes.ScopeEvaluator
client.Client
Log logr.Logger
// contains filtered or unexported fields
}
IPAMRangeReconciler reconciles a IPAMRange object
func (*IPAMRangeReconciler) HandleDelete ¶ added in v0.0.6
func (*IPAMRangeReconciler) HandleReconcile ¶ added in v0.0.6
func (*IPAMRangeReconciler) Reconcile ¶ added in v0.0.5
Reconcile if parent -> handle request part and set range handle range
func (*IPAMRangeReconciler) SetupWithManager ¶ added in v0.0.5
func (r *IPAMRangeReconciler) SetupWithManager(mgr *manager.Manager) error
SetupWithManager sets up the controller with the Manager.
type IPAMUsageExtractor ¶ added in v0.0.6
type IPAMUsageExtractor struct {
// contains filtered or unexported fields
}
func (*IPAMUsageExtractor) ExtractUsage ¶ added in v0.0.6
func (e *IPAMUsageExtractor) ExtractUsage(object client.Object) utils.ObjectIds
type ReservedIPReconciler ¶ added in v0.0.4
ReservedIPReconciler reconciles a ReservedIP object
func (*ReservedIPReconciler) Reconcile ¶ added in v0.0.4
func (r *ReservedIPReconciler) 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 ReservedIP 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.8.3/pkg/reconcile
func (*ReservedIPReconciler) SetupWithManager ¶ added in v0.0.4
func (r *ReservedIPReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RoutingDomainReconciler ¶ added in v0.0.5
RoutingDomainReconciler reconciles a RoutingDomain object
func (*RoutingDomainReconciler) Reconcile ¶ added in v0.0.5
func (r *RoutingDomainReconciler) 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 RoutingDomain 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.8.3/pkg/reconcile
func (*RoutingDomainReconciler) SetupWithManager ¶ added in v0.0.5
func (r *RoutingDomainReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SecurityGroupReconciler ¶
SecurityGroupReconciler reconciles a SecurityGroup object
func (*SecurityGroupReconciler) Reconcile ¶
func (r *SecurityGroupReconciler) 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 SecurityGroup 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.8.3/pkg/reconcile
func (*SecurityGroupReconciler) SetupWithManager ¶
func (r *SecurityGroupReconciler) 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) SetupWithManager ¶
func (r *SubnetReconciler) SetupWithManager(mgr *manager.Manager) error
SetupWithManager sets up the controller with the Manager.