# kubernetes-client-api-plugin **Repository Path**: jetcode/kubernetes-client-api-plugin ## Basic Information - **Project Name**: kubernetes-client-api-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kubernetes Client API Plugin This plugin exposes the [Kubernetes Client](https://github.com/fabric8io/kubernetes-client) API to Jenkins plugins. # Known usage * [kubernetes-credentials-plugin](https://github.com/jenkinsci/kubernetes-credentials-plugin) * [kubernetes-credentials-provider-plugin](https://github.com/jenkinsci/kubernetes-credentials-provider-plugin) * [kubernetes-plugin](https://github.com/jenkinsci/kubernetes-plugin) # Environment The following build environment is required to build this plugin * `java-1.8` and `maven-3.3.9` # Build To build the plugin locally: mvn clean verify # Release [See the release page](https://github.com/jenkinsci/kubernetes-client-api-plugin/releases) To release the plugin, just ask a maintainer to merge the PR on master branch. # Test local instance To test in a local Jenkins instance mvn hpi:run