Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfDetectOnly ¶
Types ¶
type AdmissionControllerConfig ¶
type AdmissionControllerConfig struct { InScopeNamespaceSelector NamespaceSelector `json:"inScopeNamespaceSelector,omitempty"` Allow Allow `json:"allow,omitempty"` SideEffect SideEffectConfig `json:"sideEffect,omitempty"` Mode string `json:"mode,omitempty"` Options []string `json:"option,omitempty"` }
type Allow ¶
type Allow struct {
Kinds []metav1.GroupVersionKind `json:"kinds,omitempty"`
}
type NamespaceSelector ¶
type NamespaceSelector struct { Include []string `json:"include,omitempty"` Exclude []string `json:"exclude,omitempty"` }
func (NamespaceSelector) Match ¶
func (ns NamespaceSelector) Match(rns string) bool
type SideEffectConfig ¶
type SideEffectConfig struct { // ManifestIntegrityProfile UpdateMIPStatusForDeniedRequest bool `json:"updateMIPStatusForDeniedRequest"` }
Click to show internal directories.
Click to hide internal directories.