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

Move ocp resources to a different package #1005

Merged
merged 3 commits into from
Jul 18, 2023

Conversation

git-hyagi
Copy link
Collaborator

Thank you for your contribution!

If your PR needs a changelog entry:

If not, please add [noissue] to your commit message

This commit refactors how k8s Deployments are provisioned depending
on the k8s "distribution" (vanilla or ocp). It creates an interface
as an abstraction of the different deployments and a struct (DeploymentObj)
that references the concrete types.
ref pulp#884
[noissue]
This commit refactors how k8s Ingresses are provisioned depending
on the k8s "distribution" (vanilla or ocp). It creates an interface
as an abstraction to the different ingresses and a struct (IngressObj)
that references the concrete types.
ref pulp#884
[noissue]
@openshift-ci
Copy link

openshift-ci bot commented Jul 14, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@git-hyagi git-hyagi marked this pull request as ready for review July 17, 2023 11:59
Copy link
Member

@dkliban dkliban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for these changes!

@openshift-ci
Copy link

openshift-ci bot commented Jul 18, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dkliban, git-hyagi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 09cd16a into pulp:main Jul 18, 2023
14 checks passed
@git-hyagi git-hyagi deleted the refactor-k8s-dist branch July 18, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants