-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.cfg
27 lines (25 loc) · 969 Bytes
/
resources.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cluster_scoped_resources=(
"clusterversion/version"
"containerruntimeconfigs"
"performanceprofiles"
"networks.operator.openshift.io/cluster"
"mc/container-mount-namespace-and-kubelet-conf-master"
"mc/06-kdump-enable-master"
"mc/07-sriov-related-kernel-args-master"
"mc/08-set-rcu-normal-master"
"mc/99-crio-disable-wipe-master"
"mc/99-sync-time-once-master"
)
namespaced_resources=(
"openshift-cluster-node-tuning-operator tuned"
"openshift-monitoring cm/cluster-monitoring-config"
"openshift-operator-lifecycle-manager cm/collect-profiles-config"
"openshift-marketplace catalogsource/redhat-operators"
"openshift-marketplace catalogsource/certified-operators"
"openshift-ptp ptpconfig"
"openshift-ptp ptpoperatorconfig"
"openshift-sriov-network-operator SriovOperatorConfig"
"openshift-sriov-network-operator SriovNetwork"
"openshift-sriov-network-operator SriovNetworkNodePolicy"
"openshift-local-storage LocalVolumeSet"
)