admission

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestHandler

type RequestHandler struct {
	// Validator validates the entities that the k8s API-server asks
	// it the server to validate.
	Validator Validator
	Logger    logr.Logger
}

RequestHandler handles the requests of validating objects.

func NewRequestHandler

func NewRequestHandler(c client.Client, l logr.Logger) *RequestHandler

NewRequestHandler create a RequestHandler to handle validation requests.

func (*RequestHandler) ServeHTTP

func (h *RequestHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

ServeHTTP serves for HTTP requests.

type Validator

type Validator interface {
	ValidateControlPlane(ctx context.Context, controlplane operatorv1beta1.ControlPlane) error
	ValidateDataPlane(ctx context.Context, dataplane operatorv1beta1.DataPlane, old operatorv1beta1.DataPlane, op admissionv1.Operation) error
}

Validator is the interface of validating

Jump to

Keyboard shortcuts

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