Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Improvement Request
about: Suggest an improvement or enhancement for this project
title: "[Improvement]: "
labels: ''
assignees: ''

---

## Describe the improvement
A clear and concise description of the improvement you'd like to see.
## Motivation / Problem
Explain the problem this improvement solves or why it would be beneficial.
## Proposed solution
Describe how you think this could be implemented.
## Alternatives considered
Any alternative approaches you've thought about.
## Additional context
Add any other context, references, or screenshots here.
1 change: 1 addition & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---name: Bug reportabout: Create a report to help us improvetitle: ''labels: ''assignees: ''---## DescriptionA clear and concise description of what the bug is.## Steps to Reproduce1. Go to '...'2. Click on '....'3. Scroll down to '....'4. See error## Expected BehaviorA clear and concise description of what you expected to happen.## Actual BehaviorA clear and concise description of what actually happened.## ScreenshotsIf applicable, add screenshots to help explain your problem.## Environment- OS: [e.g. iOS]- Browser: [e.g. chrome, safari]- Version: [e.g. 22]## Additional ContextAdd any other context about the problem here.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

Java client for the [kubernetes](https://kubernetes.io/) API.

## Target User

This library is designed for:

- **Java Developers**: Developers who are building applications using Java and need to interact with Kubernetes clusters programmatically.
- - **DevOps Engineers**: Engineers who want to automate Kubernetes operations and management tasks using Java-based tools.
- - **Application Developers**: Developers who need to integrate Kubernetes functionality into their Java applications, such as deploying, scaling, and managing containerized applications.
- - **Platform Engineers**: Engineers building internal platforms or tools that require Kubernetes API integration.

- Whether you're building CI/CD pipelines, monitoring tools, custom controllers, or any application that needs to communicate with Kubernetes, this client library provides a type-safe and easy-to-use Java interface to the Kubernetes API.
-

## To start using Kubernetes Java Client

See the wiki page and documentation [here](https://github.com/kubernetes-client/java/wiki).
Expand Down Expand Up @@ -39,3 +51,8 @@ already covered.
You can also reach out to us via [#kubernetes-client](https://kubernetes.slack.com/messages/kubernetes-clients/) slack
channel.



## Version History

test