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: Cannot change the type of the Service from ClusterIP to External… #2855

Merged
merged 1 commit into from
Mar 3, 2021
Merged

fix: Cannot change the type of the Service from ClusterIP to External… #2855

merged 1 commit into from
Mar 3, 2021

Conversation

jorsol
Copy link
Contributor

@jorsol jorsol commented Mar 2, 2021

Fixes: #2853

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

(There are some style changes, sorry for that)

@centos-ci
Copy link

Can one of the admins verify this patch?

@jorsol jorsol marked this pull request as ready for review March 3, 2021 12:00
Copy link
Member

@manusa manusa left a comment

Choose a reason for hiding this comment

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

LGTM, thx for your contribution(s) and involvement!

@manusa manusa requested a review from rohanKanojia March 3, 2021 12:23
@jorsol
Copy link
Contributor Author

jorsol commented Mar 3, 2021

Off-topic... not sure if this works, but to avoid conflicts on CHANGELOG.md probably adding a .gitattributes with

CHANGELOG.md merge=union

should do the trick.

@manusa
Copy link
Member

manusa commented Mar 3, 2021

Off-topic... not sure if this works, but to avoid conflicts on CHANGELOG.md probably adding a .gitattributes with

CHANGELOG.md merge=union

should do the trick.

Not sure if GitHub will automatically resolve merge conflicts using the .gitattributes config, but we can give it a spin

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 3, 2021

@manusa manusa merged commit 4b23f42 into fabric8io:master Mar 3, 2021
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this pull request Mar 12, 2021
…ethods can't be combined resource() deletion

+ Add gracePeriodSeconds parameter in ResourceHandler#delete
+ Modified CascadingDeletable interface so that it includes
GracePeriodConfigurable and PropagationPolicyConfiguratble
@jorsol jorsol deleted the 2853-bugfix branch March 12, 2021 09:24
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this pull request Mar 12, 2021
…ethods can't be combined resource() deletion

+ Add gracePeriodSeconds parameter in ResourceHandler#delete
+ Modified CascadingDeletable interface so that it includes
GracePeriodConfigurable and PropagationPolicyConfiguratble
manusa pushed a commit that referenced this pull request Mar 12, 2021
…n't be combined resource() deletion

+ Add gracePeriodSeconds parameter in ResourceHandler#delete
+ Modified CascadingDeletable interface so that it includes
GracePeriodConfigurable and PropagationPolicyConfiguratble
This was referenced Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot change the type of the Service from ClusterIP to ExternalName with PATCH
5 participants