Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Label represents label that can be used for test cases selection. Label = "system" // MetalLbDaemonSetName default metalLb speaker daemonset names. MetalLbDaemonSetName = "speaker" // MetalLbOperatorNamespace default metalLb operator namespace. MetalLbOperatorNamespace = "metallb-system" )
Variables ¶
View Source
var ( // HardRebootDeploymentName represents the deployment name used in hard reboot test. HardRebootDeploymentName = "ipmitoool-hardreboot" // PrivilegedNSLabels represents privileged labels. PrivilegedNSLabels = map[string]string{ "pod-security.kubernetes.io/audit": "privileged", "pod-security.kubernetes.io/enforce": "privileged", "pod-security.kubernetes.io/warn": "privileged", "security.openshift.io/scc.podSecurityLabelSync": "false", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.