KO
|
EN
gitlite — search
Search
#python
#css
#html
#javascript
#flutter
#ai
#llm
#deep-learning
#php
#react-native
#telegram
#ios
java
★ 4,000
Open GitHub ↗
Official Java client library for kubernetes
Download README (.md)
Explore Similar Repositories
redis-rb
:
A Ruby client library for Redis
TinyPNG4Mac
:
Native client of TinyPNG on macOS
browser_extension
:
A browser extension that redirects popular sites to alternative privacy friendly frontends
HyperDbg
:
State-of-the-art native debugging tools
x-ui-yg
:
x-ui精简修改版脚本,支持Hysteria2、Xhttp传输协议、ENC加密、MLDSA65加密,集成argo固定临时双隧道(可共存)、Psiphon赛风VPN(30个国家)分流功能,支持部分节点聚合订阅、sing-box订阅、clash-meta订阅的配置输出
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
java
?
Download (.md)
# Kubernetes Java Client [](https://github.com/kubernetes-client/java/actions/workflows/bazel.yml) [](https://bit.ly/kubernetes-client-capabilities-badge) [](https://bit.ly/kubernetes-client-support-badge) [](https://search.maven.org/search?q=g:%22io.kubernetes%22%20AND%20a:%22client-java%22)  Java client for the [kubernetes](https://kubernetes.io/) API. ## To start using Kubernetes Java Client See the wiki page and documentation [here](https://github.com/kubernetes-client/java/wiki). - [Installation](https://github.com/kubernetes-client/java/wiki/1.-Installation) - [Client Versioning and Compatibility](https://github.com/kubernetes-client/java/wiki/2.-Versioning-and-Compatibility) - [Code Examples](https://github.com/kubernetes-client/java/wiki/3.-Code-Examples) ## Release Starting from `20.0.0` (Kubernetes 1.28), `client-java-api` has introduced non-backward-compatible changes. Optional parameters are now consolidated into a single object, and Java8 support has been removed. For Java8 users or those preferring the old SDK interface, a legacy SDK module version is available with a "-legacy" suffix, like `20.0.0-legacy`. ## Development - [Development and Contributing](https://github.com/kubernetes-client/java/wiki/4.-Development-and-Contributing) - [Generate Java CRD Models](https://github.com/kubernetes-client/java/wiki/5.-Generate-Java-CRD-Model) - [Known Issues](https://github.com/kubernetes-client/java/wiki/6.-Known-Issues) - [Troubleshooting/FAQ](https://github.com/kubernetes-client/java/wiki/7.-FAQ) ## Support If you need support, start with checking whether you're hitting known issues. If that doesn't work, please [open an issue](https://github.com/kubernetes-client/java/issues/new) to describe the cases. Additionally, before you file an issue, please search [existing issues](https://github.com/kubernetes-client/java/issues) to see if your issue is already covered. You can also reach out to us via [#kubernetes-client](https://kubernetes.slack.com/messages/kubernetes-clients/) slack channel.