authproviders

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthProvider

type AuthProvider interface {
	Reconcile(ctx context.Context, apip *networkingv1beta1.APIProduct) (ctrl.Result, error)
	Status(ctx context.Context, apip *networkingv1beta1.APIProduct) (bool, error)
	Delete(ctx context.Context, apip *networkingv1beta1.APIProduct) error
}

func GetAuthProvider

func GetAuthProvider(baseReconciler *reconcilers.BaseReconciler) AuthProvider

GetAuthProvider returns the desired authproviders

TODO: Either look for an ENV var or check the cluster capabilities

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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