controllers

package
v0.0.0-...-53bbe3b Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2020 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NamespaceNameKey

func NamespaceNameKey(meta *metav1.ObjectMeta) string

Types

type EndpointPoolReconciler

type EndpointPoolReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

EndpointPoolReconciler reconciles a EndpointPool object

func (*EndpointPoolReconciler) Reconcile

func (r *EndpointPoolReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*EndpointPoolReconciler) SetupWithManager

func (r *EndpointPoolReconciler) SetupWithManager(mgr ctrl.Manager) error

type EndpointReconciler

type EndpointReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

EndpointReconciler reconciles a Endpoint object

func (*EndpointReconciler) Reconcile

func (r *EndpointReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*EndpointReconciler) SetupWithManager

func (r *EndpointReconciler) SetupWithManager(mgr ctrl.Manager) error

type IPBlockReconciler

type IPBlockReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

IPBlockReconciler reconciles a IPBlock object

func (*IPBlockReconciler) AddIPBlockCache

func (r *IPBlockReconciler) AddIPBlockCache(subnet string, cidr string) error

func (*IPBlockReconciler) AllocateIPBlock

func (r *IPBlockReconciler) AllocateIPBlock(subnetName string, subnetCIDR string, netmask int) (string, error)

func (*IPBlockReconciler) DelIPBlockCache

func (r *IPBlockReconciler) DelIPBlockCache(subnet string, cidr string)

func (*IPBlockReconciler) IPBlockIsActive

func (r *IPBlockReconciler) IPBlockIsActive(ipBlock *networkv1.IPBlock) bool

func (*IPBlockReconciler) Reconcile

func (r *IPBlockReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*IPBlockReconciler) SetupWithManager

func (r *IPBlockReconciler) SetupWithManager(mgr ctrl.Manager) error

type NetworkReconciler

type NetworkReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

NetworkReconciler reconciles a Network object

func (*NetworkReconciler) Reconcile

func (r *NetworkReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*NetworkReconciler) SetupWithManager

func (r *NetworkReconciler) SetupWithManager(mgr ctrl.Manager) error

type SubnetReconciler

type SubnetReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

SubnetReconciler reconciles a Name object

func (*SubnetReconciler) Reconcile

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

func (*SubnetReconciler) SetupWithManager

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

type WorkloadReconciler

type WorkloadReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

WorkloadReconciler reconciles a Workload object

func (*WorkloadReconciler) Reconcile

func (r *WorkloadReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*WorkloadReconciler) SetupWithManager

func (r *WorkloadReconciler) SetupWithManager(mgr ctrl.Manager) error

Jump to

Keyboard shortcuts

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