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

Fix #2321: Add new objects to OpenShift model (with operators.coreos.com and monitoring.coreos.com APIs) #2412

Merged
merged 1 commit into from Aug 26, 2020

Commits on Aug 25, 2020

  1. Fix fabric8io#2321: Add new objects to OpenShift model

    + Add new OpenShift resources in OpenShift Model as per listed
      resources in https://docs.openshift.com/container-platform/4.4/rest_api/operator_apis/operator-apis-index.html
    
    + Added these new modules in kubernetes-model-generator:
      - openshift-console-model
      - openshift-monitoring-model
      - openshift-operatorhub-model
      - openshift-operator-model
    + Added new endpoints in openshift-client DSL:
      - client.config() - config.openshift.io/v1
      - client.operator() - operator.openshift.io/v1 and operator.openshift.io/v1alpha1
      - client.operatorHub() - operators.coreos.com/v1alpha1
      - client.console() - console.openshift.io/v1
      - client.quota() - quota.openshift.io/v1
      - client.monitoring() - monitoring.coreosc.com/v1
    rohanKanojia committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e618795 View commit details
    Browse the repository at this point in the history