controllers

package
v2.17.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsIstioVersionSupported added in v2.11.6

func IsIstioVersionSupported(version string) bool

func RemoveFinalizers

func RemoveFinalizers(ctx context.Context, c client.Client) error

Types

type ControlPlane

type ControlPlane interface {
	GetName() string
	GetStatus() *servicemeshv1alpha1.IstioControlPlaneStatus
	GetSpec() *servicemeshv1alpha1.IstioControlPlaneSpec
}

type IstioControlPlaneReconciler

type IstioControlPlaneReconciler struct {
	client.Client
	Log                      logger.Logger
	Scheme                   *runtime.Scheme
	ResourceReconciler       reconciler.ResourceReconciler
	ClusterRegistry          models.ClusterRegistryConfiguration
	APIServerEndpointAddress string
	SupportedIstioVersion    string
	Version                  string
	Recorder                 record.EventRecorder
	// contains filtered or unexported fields
}

IstioControlPlaneReconciler reconciles a IstioControlPlane object

func (*IstioControlPlaneReconciler) GetClient

func (r *IstioControlPlaneReconciler) GetClient() client.Client

func (*IstioControlPlaneReconciler) GetScheme

func (r *IstioControlPlaneReconciler) GetScheme() *runtime.Scheme

func (*IstioControlPlaneReconciler) Reconcile

func (*IstioControlPlaneReconciler) SetupWithManager

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

type IstioMeshGatewayReconciler

type IstioMeshGatewayReconciler struct {
	client.Client
	Log    logger.Logger
	Scheme *runtime.Scheme
}

IstioMeshGatewayReconciler reconciles a IstioMeshGateway object

func (*IstioMeshGatewayReconciler) GetClient

func (r *IstioMeshGatewayReconciler) GetClient() client.Client

func (*IstioMeshGatewayReconciler) GetScheme

func (r *IstioMeshGatewayReconciler) GetScheme() *runtime.Scheme

func (*IstioMeshGatewayReconciler) Reconcile

func (*IstioMeshGatewayReconciler) SetupWithManager

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

type SortableControlPlanes

type SortableControlPlanes []ControlPlane

func (SortableControlPlanes) Len

func (list SortableControlPlanes) Len() int

func (SortableControlPlanes) Less

func (list SortableControlPlanes) Less(i, j int) bool

func (SortableControlPlanes) Swap

func (list SortableControlPlanes) Swap(i, j int)

Jump to

Keyboard shortcuts

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