Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchConfig ¶
type MatchConfig struct { User *regexp.Regexp Group *regexp.Regexp Extra map[string]*regexp.Regexp }
func MustNewMatchConfig ¶
func MustNewMatchConfig(user, group string, info map[string]string) (cfg *MatchConfig)
func (*MatchConfig) Match ¶
func (m *MatchConfig) Match(req *admissionv1.AdmissionRequest) bool
type Recorder ¶
func (*Recorder) ListEvents ¶
func (a *Recorder) ListEvents(w http.ResponseWriter, r *http.Request)
func (*Recorder) RecordEvents ¶
func (a *Recorder) RecordEvents(w http.ResponseWriter, r *http.Request)
RecordEvents captures incoming events
Click to show internal directories.
Click to hide internal directories.