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
Click to show internal directories.
Click to hide internal directories.