Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatekeeperProxy ¶
type GatekeeperProxy struct { Config *config.Config Logger log.Logger K8sClient kubernetes.Interface }
func NewProxy ¶
func NewProxy(logger log.Logger, config *config.Config, k8sclient kubernetes.Interface) (*GatekeeperProxy, error)
func (GatekeeperProxy) AdmissionRequest ¶
func (p GatekeeperProxy) AdmissionRequest(c *gin.Context)
func (*GatekeeperProxy) Healthz ¶
func (p *GatekeeperProxy) Healthz(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.