istio

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitConfig

func InitConfig(enableGatewayAPI bool, rootNamespace string)

func InitMetrics added in v0.3.0

func InitMetrics(provider component.MetricProvider)

func SetLogger

func SetLogger(logger component.CtrlLogger)

Types

type ConsumerReconciler

type ConsumerReconciler interface {
	Reconciler
}

func NewConsumerReconciler

func NewConsumerReconciler(output component.Output, manager component.ResourceManager) ConsumerReconciler

type DynamicConfigReconciler added in v0.4.0

type DynamicConfigReconciler interface {
	Reconciler
}

func NewDynamicConfigReconciler added in v0.4.0

func NewDynamicConfigReconciler(output component.Output, manager component.ResourceManager) DynamicConfigReconciler

type FilterPolicyReconciler added in v0.3.0

type FilterPolicyReconciler interface {
	Reconciler

	NeedReconcile(ctx context.Context, meta component.ResourceMeta) bool
}

func NewFilterPolicyReconciler added in v0.3.0

func NewFilterPolicyReconciler(output component.Output, manager component.ResourceManager) FilterPolicyReconciler

type Reconciler

type Reconciler interface {
	Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
}

type ServiceRegistryReconciler added in v0.3.0

type ServiceRegistryReconciler interface {
	Reconciler
}

func NewServiceRegistryReconciler added in v0.3.0

func NewServiceRegistryReconciler(output component.Output, manager component.ResourceManager) ServiceRegistryReconciler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳