mutating

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// HandlerBuilderMap contains admission webhook handlers builder
	HandlerBuilderMap = map[string]framework.HandlerBuilder{
		"mutate-node-status": &nodeMutateBuilder{},
	}
)

Functions

This section is empty.

Types

type IgnoreFilter

type IgnoreFilter func(req admission.Request) bool

type NodeMutatingHandler

type NodeMutatingHandler struct {
	Client client.Client

	// Decoder decodes objects
	Decoder *admission.Decoder
	// contains filtered or unexported fields
}

NodeMutatingHandler handles Node

func NewNodeStatusMutatingHandler

func NewNodeStatusMutatingHandler(c client.Client, d *admission.Decoder) *NodeMutatingHandler

NewNodeStatusMutatingHandler creates a new handler for node/status.

func (*NodeMutatingHandler) Handle

Handle handles admission requests.

func (*NodeMutatingHandler) InjectClient

func (n *NodeMutatingHandler) InjectClient(c client.Client) error

InjectClient injects the client into the PodMutatingHandler

func (*NodeMutatingHandler) InjectDecoder

func (n *NodeMutatingHandler) InjectDecoder(d *admission.Decoder) error

InjectDecoder injects the decoder into the PodMutatingHandler

Jump to

Keyboard shortcuts

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