Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // HandlerMap contains admission webhook handlers HandlerMap = map[string]admission.Handler{ "mutating-psts": &MutatingPSTSHandler{}, "mutating-cluster-psts": &mutatingCPSTSHandler{ MutatingPSTSHandler: &MutatingPSTSHandler{}, }, } )
Functions ¶
Types ¶
type MutatingPSTSHandler ¶
func (*MutatingPSTSHandler) InjectDecoder ¶
func (h *MutatingPSTSHandler) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder into the PodCreateHandler
type RemovedRange ¶
RemovedRange represents a removed IP range with original start-end format
type SubnetClient ¶
type SubnetClient interface {
Lister() ccev1lister.SubnetLister
}
SubnetClient defines the interface for subnet operations
Click to show internal directories.
Click to hide internal directories.