member

package
v0.0.0-...-d2b1218 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager) error

Add creates a new ServiceMeshMember Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.

func IsTerminating

func IsTerminating(err error) bool

Types

type MemberReconciler

type MemberReconciler struct {
	common.ControllerResources
	// contains filtered or unexported fields
}

MemberReconciler reconciles ServiceMeshMember objects

func (*MemberReconciler) Reconcile

func (r *MemberReconciler) Reconcile(request reconcile.Request) (reconcile.Result, error)

The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

type NamespaceReconciler

type NamespaceReconciler interface {
	// contains filtered or unexported methods
}

type NamespaceTerminatingError

type NamespaceTerminatingError struct {
}

func (*NamespaceTerminatingError) Error

func (e *NamespaceTerminatingError) Error() string

type NewNamespaceReconcilerFunc

type NewNamespaceReconcilerFunc func(ctx context.Context, cl client.Client, meshNamespace string, meshVersion versions.Version, isCNIEnabled bool) (NamespaceReconciler, error)

Jump to

Keyboard shortcuts

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