Versions in this module Expand all Collapse all v0 v0.0.2 May 15, 2025 v0.0.1 May 15, 2025 Changes in this version + const CommandTypeCilium + const CommandTypeHelm + const CommandTypeKubectl + var CiliumReadOperations = []string + var HelmReadOperations = []string + var KubectlReadOperations = []string + type SecurityConfig struct + ReadOnly bool + func NewSecurityConfig() *SecurityConfig + func (s *SecurityConfig) IsNamespaceAllowed(namespace string) bool + func (s *SecurityConfig) SetAllowedNamespaces(namespaces string) + type ValidationError struct + Message string + func (e *ValidationError) Error() string + type Validator struct + func NewValidator(secConfig *SecurityConfig) *Validator + func (v *Validator) ValidateCommand(command, commandType string) error