network

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GatewayReconciler

type GatewayReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

GatewayReconciler reconciles a Gateway object

func (*GatewayReconciler) Reconcile

func (r *GatewayReconciler) 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 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 (r *IPAMRangeReconciler) HandleDelete(ctx context.Context, log logr.Logger, ipamrange *api.IPAMRange) (ctrl.Result, error)

func (*IPAMRangeReconciler) HandleReconcile added in v0.0.6

func (r *IPAMRangeReconciler) HandleReconcile(ctx context.Context, log logr.Logger, ipamrange *api.IPAMRange) (ctrl.Result, error)

func (*IPAMRangeReconciler) Reconcile added in v0.0.5

func (r *IPAMRangeReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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

type ReservedIPReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

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

type RoutingDomainReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

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

type SecurityGroupReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

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) Reconcile

func (r *SubnetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile

func (*SubnetReconciler) SetupWithManager

func (r *SubnetReconciler) SetupWithManager(mgr *manager.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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