Documentation ¶
Index ¶
Constants ¶
View Source
const ( AdmissionWebhookAnnotationStatusKey = "kubeslice.io/status" PodInjectLabelKey = "kubeslice.io/pod-type" )
Variables ¶
This section is empty.
Functions ¶
func NewWebhookClient ¶
func NewWebhookClient() *webhookClient
Types ¶
type SliceInfoProvider ¶
type WebhookServer ¶
type WebhookServer struct { Client client.Client SliceInfoClient SliceInfoProvider // contains filtered or unexported fields }
func (*WebhookServer) InjectDecoder ¶
func (wh *WebhookServer) InjectDecoder(d *admission.Decoder) error
func (*WebhookServer) MutationRequired ¶
func (wh *WebhookServer) MutationRequired(metadata metav1.ObjectMeta, ctx context.Context) (bool, string)
Click to show internal directories.
Click to hide internal directories.