# Packages
No description provided by the author
# Functions
NewPodExecutor creates a new SimplePodExecutor.
NewPrivilegedPod creates a new privileged Pod.
NewSimplePodContext creates a new SimplePodContext.
# Constants
LabelComplianceRoleKey is used to label pods related to compliance operations in the cluster.
LabelComplianceRolePrivPod is used as the label value for LabelComplianceRoleKey indicating privileged diki pods.
LabelInstanceID is used to group all pods created by a single ruleset.
# Structs
SimplePodContext can create and delete pods.
SimplePodExecutor can execute commands in a pod.
# Interfaces
PodContext creates and deletes Pods.
PodExecutor executes commands inside a pod.