mutating

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// HandlerMap contains admission webhook handlers
	HandlerMap = map[string]common.AdmissionHandler{
		common.WebhookSchedulePodPath: &CreateUpdatePodForSchedulingHandler{},
	}
)

Functions

This section is empty.

Types

type CreateUpdatePodForSchedulingHandler

type CreateUpdatePodForSchedulingHandler struct {
	Client client.Client
	// contains filtered or unexported fields
}

CreateUpdatePodForSchedulingHandler mutates a pod and has implemented admission.DecoderInjector

func (*CreateUpdatePodForSchedulingHandler) AddScheduleInfoToPod

func (a *CreateUpdatePodForSchedulingHandler) AddScheduleInfoToPod(pod *corev1.Pod, namespace string) (err error)

AddScheduleInfoToPod will call all plugins to get total prefer info

func (*CreateUpdatePodForSchedulingHandler) Handle

Handle is the mutating logic of pod

func (*CreateUpdatePodForSchedulingHandler) InjectDecoder

InjectDecoder injects the decoder.

func (*CreateUpdatePodForSchedulingHandler) Setup

Jump to

Keyboard shortcuts

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