Documentation ¶
Index ¶
- Constants
- func NewManager(port int, healthProbeBindAddress string, leaderElection bool) manager.Manager
- func RegisterCertRotator(mgr manager.Manager, isReady chan struct{}, namespace string, ...)
- func RegisterControllers(mgr manager.Manager, cfg PodAgentContainerConfig)
- type PodAgentContainerConfig
- type PodAgentInjector
Constants ¶
View Source
const ( ThreatScanAnnotation = "pod-agent.k8s.tarian.dev/threat-scan" RegisterAnnotation = "pod-agent.k8s.tarian.dev/register" FileValidationIntervalAnnotation = "pod-agent.k8s.tarian.dev/file-validation-interval" RegisterFileIgnorePathsAnnotation = "pod-agent.k8s.tarian.dev/register-file-ignore-paths" )
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
func RegisterCertRotator ¶
func RegisterControllers ¶
func RegisterControllers(mgr manager.Manager, cfg PodAgentContainerConfig)
Types ¶
type PodAgentContainerConfig ¶
type PodAgentInjector ¶
func (*PodAgentInjector) InjectDecoder ¶
func (p *PodAgentInjector) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
Click to show internal directories.
Click to hide internal directories.