Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthProvider ¶
type AuthProvider interface {
Create(ctx context.Context, apip v1beta1.APIProduct) error
Update(ctx context.Context, apip v1beta1.APIProduct) error
Delete(ctx context.Context, apip v1beta1.APIProduct) error
Status(ctx context.Context, apip v1beta1.APIProduct) (bool, error)
}
func GetAuthProvider ¶
func GetAuthProvider(logr logr.Logger, client client.Client) 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.