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

Conversation

rohanKanojia
Copy link
Member

@rohanKanojia rohanKanojia commented Aug 19, 2020

Fixes #2321

  • Add new OpenShift resources(whichever applicable and not colliding with existing 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

Description

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change
  • Chore (non-breaking change which doesn't affect codebase;
    test, version modification, documentation, etc.)

Checklist

  • Code contributed by me aligns with current project license: Apache 2.0
  • I Added CHANGELOG entry regarding this change
  • I have implemented unit tests to cover my changes
  • I have added/updated the javadocs and other documentation accordingly
  • No new bugs, code smells, etc. in SonarCloud report
  • I tested my code in Kubernetes
  • I tested my code in OpenShift

@rohanKanojia rohanKanojia changed the title Fix #2321: Add new objects to OpenShift model Fix #2321: Add new objects to OpenShift model (with operators.coreos.com and monitoring.coreos.com APIs) Aug 19, 2020
@rohanKanojia rohanKanojia marked this pull request as ready for review August 19, 2020 14:49
@manusa manusa linked an issue Aug 24, 2020 that may be closed by this pull request
@manusa

This comment has been minimized.

2 similar comments
@rohanKanojia

This comment has been minimized.

@rohanKanojia

This comment has been minimized.

+ 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
@sonarcloud
Copy link

sonarcloud bot commented Aug 25, 2020

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

22.6% 22.6% Coverage
0.0% 0.0% Duplication

@rohanKanojia
Copy link
Member Author

[merge]

1 similar comment
@manusa
Copy link
Member

manusa commented Aug 26, 2020

[merge]

@fusesource-ci fusesource-ci merged commit d97f7b3 into fabric8io:master Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants