requestauthentication

package
v0.0.0-...-a35f75d Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	// GetAll retrieves all RequestAuthentication resources that match either legacy owner labels or new owner labels
	GetAll(ctx context.Context, labeler processing.Labeler) ([]*securityv1beta1.RequestAuthentication, error)
	// DeleteAll deletes all RequestAuthentication resources that match either legacy owner labels or new owner labels
	DeleteAll(ctx context.Context, labeler processing.Labeler) error
}

Repository provides methods to retrieve and delete RequestAuthentication resources by owner labels

func NewRepository

func NewRepository(client client.Client) Repository

NewRepository creates a new instance of the RequestAuthentication repository

Jump to

Keyboard shortcuts

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