Documentation ¶
Index ¶
Constants ¶
View Source
const ( // autogen AutogenInternalsFlagName = "autogenInternals" AutogenInternalsDescription = "Enables autogen internal policies. When this is 'true' policy rules should not be mutated." // protect managed resource ProtectManagedResourcesFlagName = "protectManagedResources" ProtectManagedResourcesDescription = "Set the flag to 'true', to enable managed resources protection." )
Variables ¶
View Source
var ( AutogenInternals = newToggle(defaultAutogenInternals, autogenInternalsEnvVar) ProtectManagedResources = newToggle(defaultProtectManagedResources, protectManagedResourcesEnvVar) )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.