Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PerformanceOperator string = "openshift-cluster-node-tuning-operator"
PerformanceOperator contains the name of the performance operator namespace default as recommended in https://docs.openshift.com/container-platform/4.6/scalability_and_performance/cnf-performance-addon-operator-for-low-latency-nodes.html#install-operator-cli_cnf-master
View Source
var TestingNamespace = &corev1.Namespace{ ObjectMeta: metav1.ObjectMeta{ Name: testutils.NamespaceTesting, Annotations: map[string]string{ "workload.mixedcpus.openshift.io/allowed": "", }, Labels: map[string]string{ "security.openshift.io/scc.podSecurityLabelSync": "false", "pod-security.kubernetes.io/audit": "privileged", "pod-security.kubernetes.io/enforce": "privileged", "pod-security.kubernetes.io/warn": "privileged", }, }, }
TestingNamespace is the namespace the tests will use for running test pods
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.