package
1.12.0-alpha.0
Repository: https://github.com/karmada-io/karmada.git
Documentation: pkg.go.dev

# Functions

Errored creates a new Response for error-handling a request.
InjectDecoderInto will set decoder on i and return the result if it implements Decoder.
NewDecoder creates a Decoder given the runtime.Scheme.
NewWebhook return a Webhook.
PatchResponseFromRaw takes 2 byte arrays and returns a new response with patch.
Succeeded constructs a response indicating the given operation is handled successfully.
ValidationResponse returns a response for handle a interpret request.

# Constants

# Structs

Decoder knows how to decode the contents of an resource interpreter request into a concrete object.
Request defines the input for an interpreter handler.
Response is the output of an interpreter handler.
Webhook represents each individual webhook.

# Interfaces

DecoderInjector is used by the ControllerManager to inject decoder into webhook handlers.
Handler can handle an ResourceInterpreterRequest.