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 #950: Add Documentation for Kubernetes Gradle Plugin k8sDebug Gradle Task #1031

Conversation

rohanKanojia
Copy link
Member

@rohanKanojia rohanKanojia commented Oct 18, 2021

Description

Fix #950

Add asciidoc documentation for k8sDebug. I've ported the documentation from maven plugins asciidoc and rename maven references.

Signed-off-by: Rohan Kumar rohaan@redhat.com

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

… k8sDebug Gradle Task

Add documentation for k8sDebug in asciidoc.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Oct 18, 2021

Codecov Report

Merging #1031 (a4b7826) into feat/gradle-plugin (6cd0288) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@                   Coverage Diff                    @@
##             feat/gradle-plugin    #1031      +/-   ##
========================================================
- Coverage                 48.60%   48.59%   -0.02%     
  Complexity                 3607     3607              
========================================================
  Files                       453      453              
  Lines                     20793    20793              
  Branches                   2839     2839              
========================================================
- Hits                      10107    10104       -3     
- Misses                     9606     9609       +3     
  Partials                   1080     1080              
Impacted Files Coverage Δ
...e/jkube/kit/config/service/PortForwardService.java 70.10% <0.00%> (-3.10%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cd0288...a4b7826. Read the comment docs.

@manusa manusa merged commit b3b81ca into eclipse-jkube:feat/gradle-plugin Oct 18, 2021
@rohanKanojia rohanKanojia deleted the pr/k8sDebug-documentation branch October 18, 2021 13:50
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.

KubernetesDebugTask: Implement k8s:debug equivalent functionality k8sDebug for Kubernetes Gradle Plugin
2 participants