File tree 2 files changed +18
-13
lines changed
pkg/gatherers/clusterconfig
2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -552,6 +552,8 @@ from the "openshift.io/sa.scc.uid-range" annotation
552
552
* Location in archive: config/namespaces_with_overlapping_uids
553
553
* Id in config: clusterconfig/overlapping_namespace_uids
554
554
* Since versions:
555
+ * 4.9.31
556
+ * 4.10.12
555
557
* 4.11+
556
558
557
559
@@ -652,19 +654,6 @@ API Reference:
652
654
* Since versions:
653
655
* 4.9+
654
656
655
- ## OpenshiftStorage
656
-
657
- collects ` storageclusters.ocs.openshift.io ` resources
658
- from Openshift Data Foundation Stack.
659
-
660
- API Reference:
661
- https://github.com/red-hat-storage/ocs-operator/blob/main/api/v1/storagecluster_types.go
662
-
663
- * Location in archive: config/storage/<namespace >/<name >.json
664
- * Id in config: clusterconfig/openshift_storage
665
- * Since versions:
666
- * 4.11+
667
-
668
657
669
658
## OpenshiftSDNControllerLogs
670
659
@@ -712,6 +701,20 @@ Response see:
712
701
* 4.7+
713
702
714
703
704
+ ## OpenshiftStorage
705
+
706
+ collects ` storageclusters.ocs.openshift.io ` resources
707
+ from Openshift Data Foundation Stack.
708
+
709
+ API Reference:
710
+ https://github.com/red-hat-storage/ocs-operator/blob/main/api/v1/storagecluster_types.go
711
+
712
+ * Location in archive: config/storage/<namespace >/<name >.json
713
+ * Id in config: clusterconfig/openshift_storage
714
+ * Since versions:
715
+ * 4.11+
716
+
717
+
715
718
## PNCC
716
719
717
720
collects a summary of failed PodNetworkConnectivityChecks.
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ func (u uidRange) String() string {
44
44
// * Location in archive: config/namespaces_with_overlapping_uids
45
45
// * Id in config: clusterconfig/overlapping_namespace_uids
46
46
// * Since versions:
47
+ // * 4.9.31
48
+ // * 4.10.12
47
49
// * 4.11+
48
50
func (g * Gatherer ) GatherNamespacesWithOverlappingUIDs (ctx context.Context ) ([]record.Record , []error ) {
49
51
gatherKubeClient , err := kubernetes .NewForConfig (g .gatherProtoKubeConfig )
You can’t perform that action at this time.
0 commit comments