java icon indicating copy to clipboard operation
java copied to clipboard

Official Java client library for kubernetes

Results 196 java issues
Sort by recently updated
recently updated
newest added
trafficstars

We have been developing our operators using the kubernetes java client, and want to define some metrics about the operators, e.g. health metric, lagging metric, etc. Prometheus metrics are used...

lifecycle/rotten

**Describe the bug** I follow the [SpringControllerExample](https://github.com/kubernetes-client/java/blob/master/examples/examples-release-15/src/main/java/io/kubernetes/client/examples/SpringControllerExample.java) to add informers in my spring boot(v2.0.4.RELEASE) project, and after I add the following dependencies and codes to my spring boot project dependencies...

lifecycle/rotten

This relates to #143. GCPAuthenticator does not implement the refresh() method. How can the client be used without manually refreshing the access token if it is expired? for reference, initializing...

lifecycle/frozen

Steps to reproduce: git clone https://github.com/kubernetes-client/java.git cd java/client-java-contrib docker build . docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$(pwd)":"$(pwd)" -it --network host 2f1a4715f0e7 /generate.sh -u https://github.com/kinderyj/presto-operator/releases/download/0.1/crd.yaml \ -n io.prestosql \ -p...

lifecycle/frozen

I copied the yaml file from an existing deployed resource in cluster. ``` apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment labels: app: nginx spec: replicas: 3 selector: matchLabels: app: nginx...

lifecycle/frozen

**Problem:** When performing a YAML.dump on a model object the value of Boolean fields are missing in the output. For example, when running a YAML.dump on a V1Deployment which has...

lifecycle/frozen

Bumps swagger-annotations from 1.6.7 to 1.6.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.swagger:swagger-annotations&package-manager=maven&previous-version=1.6.7&new-version=1.6.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

cncf-cla: yes
size/XS
dependencies
java

**Describe the bug** I am trying to generate Java classes from the CRD below, it keeps giving "no such file or directory error". I am giving package name as the...

Can we please have a 16.0.x release to pick-up all of the dependency updates that have been committed?

**Describe the bug** Hi guys, we have a service in our system which should write some k8s-resource files (Deployement, StatefulSet etc.). For instantiation we're using the provided k8s model classes...