Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing resources in operator.openshift.io and monitoring.coreos.com apiGroups in OpenShiftClient DSL #3142

Merged
merged 1 commit into from
May 25, 2021

Commits on May 20, 2021

  1. Add missing resources in operator.openshift.io and monitoring.coreos.com

    Add missing resources in OpenShiftClient DSL for the following:
    
    operator.openshift.io
    - CloudCredential `openShiftClient.operator().cloudCredentials()`
    - ClusterCSIDriver `openShiftClient.operator().clusterCSIDrivers()`
    - Config `openShiftClient.operator().configs()`
    - PodNetworkConnectivityCheck `openShiftClient.operator().podNetworkConnectivityChecks()`
    - Storage `openShiftClient.operator().storages()`
    
    monitoring.coreos.com
    - AlertmanagerConfig `openShiftClient.monitoring().alertmanagerConfigs()`
    - Probe `openShiftClient.monitoring().probes()`
    - ThanosRuler `openShiftClient.monitoring().thanosRulers()`
    
    Related to fabric8io#2949
    rohanKanojia authored and manusa committed May 20, 2021
    Configuration menu
    Copy the full SHA
    e006a01 View commit details
    Browse the repository at this point in the history