webhook

package
v0.0.0-...-4a1a1e7 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

Variables

View Source
var EvictionsRetry = wait.Backoff{
	Steps:    20,
	Duration: 500 * time.Millisecond,
	Factor:   1.0,
	Jitter:   0.1,
}

EvictionsRetry is the retry for a conflict where multiple clients are making changes to the same resource.

Functions

This section is empty.

Types

type PodEvictionHandler

type PodEvictionHandler struct {
	Client client.Client
	Logger logr.Logger
	// contains filtered or unexported fields
}

func (*PodEvictionHandler) Handle

func (*PodEvictionHandler) InjectDecoder

func (h *PodEvictionHandler) InjectDecoder(d *admission.Decoder) error

Jump to

Keyboard shortcuts

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