controller

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2025 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AccessTargetsAnnotation          = "maxtac.vtk.io.access/targets"
	AccessDirectionAnnotation        = "maxtac.vtk.io.access/direction"
	AccessOwnerLabel                 = "maxtac.vtk.io.access/owner"
	AccessServiceOwnerNameLabel      = "maxtac.vtk.io.access/serviceOwnerName"
	AccessServiceOwnerNamespaceLabel = "maxtac.vtk.io.access/serviceOwnerNamespace"
)
View Source
const (
	ClusterAccessTargetsAnnotation          = "maxtac.vtk.io.clusteraccess/targets"
	ClusterAccessDirectionAnnotation        = "maxtac.vtk.io.clusteraccess/direction"
	ClusterAccessOwnerLabel                 = "maxtac.vtk.io.clusteraccess/owner"
	ClusterAccessServiceOwnerNameLabel      = "maxtac.vtk.io.clusteraccess/serviceOwnerName"
	ClusterAccessServiceOwnerNamespaceLabel = "maxtac.vtk.io.clusteraccess/serviceOwnerNamespace"
)
View Source
const (
	ClusterExternalAccessDirectionAnnotation        = "maxtac.vtk.io.clusterexternalaccess/direction"
	ClusterExternalAccessOwnerLabel                 = "maxtac.vtk.io.clusterexternalaccess/owner"
	ClusterExternalAccessServiceOwnerNameLabel      = "maxtac.vtk.io.clusterexternalaccess/serviceOwnerName"
	ClusterExternalAccessServiceOwnerNamespaceLabel = "maxtac.vtk.io.clusterexternalaccess/serviceOwnerNamespace"
	ClusterExternalAccessTargetsAnnotation          = "maxtac.vtk.io.clusterexternalaccess/targets"
)
View Source
const (
	ExternalAccessDirectionAnnotation        = "maxtac.vtk.io.externalaccess/direction"
	ExternalAccessOwnerLabel                 = "maxtac.vtk.io.externalaccess/owner"
	ExternalAccessServiceOwnerNameLabel      = "maxtac.vtk.io.externalaccess/serviceOwnerName"
	ExternalAccessServiceOwnerNamespaceLabel = "maxtac.vtk.io.externalaccess/serviceOwnerNamespace"
	ExternalAccessTargetsAnnotation          = "maxtac.vtk.io.externalaccess/targets"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessReconciler

type AccessReconciler struct {
	client.Client
	Scheme           *runtime.Scheme
	StatusNeedUpdate bool
}

AccessReconciler reconciles a Access object

func (*AccessReconciler) Reconcile

func (r *AccessReconciler) 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.

func (*AccessReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type ClusterAccessReconciler added in v0.2.0

type ClusterAccessReconciler struct {
	client.Client
	Scheme           *runtime.Scheme
	StatusNeedUpdate bool
}

ClusterAccessReconciler reconciles a ClusterAccess object

func (*ClusterAccessReconciler) Reconcile added in v0.2.0

func (r *ClusterAccessReconciler) 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.

func (*ClusterAccessReconciler) SetupWithManager added in v0.2.0

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

SetupWithManager sets up the controller with the Manager.

type ClusterExternalAccessReconciler added in v0.2.0

type ClusterExternalAccessReconciler struct {
	client.Client
	Scheme           *runtime.Scheme
	StatusNeedUpdate bool
}

ClusterExternalAccessReconciler reconciles a ClusterExternalAccess object

func (*ClusterExternalAccessReconciler) Reconcile added in v0.2.0

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 (*ClusterExternalAccessReconciler) SetupWithManager added in v0.2.0

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

SetupWithManager sets up the controller with the Manager.

type ExternalAccessReconciler

type ExternalAccessReconciler struct {
	client.Client
	Scheme           *runtime.Scheme
	StatusNeedUpdate bool
}

ExternalAccessReconciler reconciles a ExternalAccess object

func (*ExternalAccessReconciler) 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 (*ExternalAccessReconciler) SetupWithManager

func (r *ExternalAccessReconciler) SetupWithManager(mgr ctrl.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