Skip to content

Commit e7cc011

Browse files
authored
Update new gatherer OCP versions (#617)
1 parent 31afe80 commit e7cc011

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

docs/gathered-data.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ from the "openshift.io/sa.scc.uid-range" annotation
552552
* Location in archive: config/namespaces_with_overlapping_uids
553553
* Id in config: clusterconfig/overlapping_namespace_uids
554554
* Since versions:
555+
* 4.9.31
556+
* 4.10.12
555557
* 4.11+
556558

557559

@@ -652,19 +654,6 @@ API Reference:
652654
* Since versions:
653655
* 4.9+
654656

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-
668657

669658
## OpenshiftSDNControllerLogs
670659

@@ -712,6 +701,20 @@ Response see:
712701
* 4.7+
713702

714703

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+
715718
## PNCC
716719

717720
collects a summary of failed PodNetworkConnectivityChecks.

pkg/gatherers/clusterconfig/namespaces_with_overlapping_uids.go

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ func (u uidRange) String() string {
4444
// * Location in archive: config/namespaces_with_overlapping_uids
4545
// * Id in config: clusterconfig/overlapping_namespace_uids
4646
// * Since versions:
47+
// * 4.9.31
48+
// * 4.10.12
4749
// * 4.11+
4850
func (g *Gatherer) GatherNamespacesWithOverlappingUIDs(ctx context.Context) ([]record.Record, []error) {
4951
gatherKubeClient, err := kubernetes.NewForConfig(g.gatherProtoKubeConfig)

0 commit comments

Comments
 (0)