mutating

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// SidecarIgnoredNamespaces specifies the namespaces where Pods won't get injected
	SidecarIgnoredNamespaces = []string{"kube-system", "kube-public"}
	// SidecarEnvKey specifies the environment variable which marks a container as injected
	SidecarEnvKey = "IS_INJECTED"
)
View Source
var (
	// Builders contain admission webhook builders
	Builders = map[string]*builder.WebhookBuilder{}
	// HandlerMap contains admission webhook handlers
	HandlerMap = map[string][]admission.Handler{}
)

Functions

func PodMatchSidecarSet

func PodMatchSidecarSet(pod *corev1.Pod, sidecarSet appsv1alpha1.SidecarSet) (bool, error)

PodMatchSidecarSet determines if pod match Selector of sidecar.

Types

type PodCreateHandler

type PodCreateHandler struct {
	// To use the client, you need to do the following:
	// - uncomment it
	// - import sigs.k8s.io/controller-runtime/pkg/client
	// - uncomment the InjectClient method at the bottom of this file.
	Client client.Client

	// Decoder decodes objects
	Decoder types.Decoder
}

PodCreateHandler handles Pod

func (*PodCreateHandler) Handle

Handle handles admission requests.

func (*PodCreateHandler) InjectClient

func (h *PodCreateHandler) InjectClient(c client.Client) error

InjectClient injects the client into the PodCreateHandler

func (*PodCreateHandler) InjectDecoder

func (h *PodCreateHandler) InjectDecoder(d types.Decoder) error

InjectDecoder injects the decoder into the PodCreateHandler

Jump to

Keyboard shortcuts

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