API Documentation
jhelm’s library artifacts publish versioned Javadoc to javadoc.io, which serves it automatically from Maven Central — no build or hosting required. The links below track the 1.2.1 release.
-
For how to add these as dependencies and worked usage examples, see Library & Spring Boot Starter.
-
For which types are supported API versus internal implementation, see API Surface & Stability.
1. Javadoc per artifact
| Artifact | Javadoc |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
2. Key public types
Core engine and model (jhelm-core)
-
Engine — renders a chart to Kubernetes manifests
-
Chart — the in-memory chart model
-
ChartLoader — loads a chart from a directory or archive
-
RepoManager — chart repositories and pulls
-
KubeService — the cluster-operations SPI
Action layer (jhelm-core, package org.alexmond.jhelm.core.action)
-
InstallAction, with the sibling
UpgradeAction,UninstallAction,RollbackAction,ListAction,StatusAction,HistoryAction,GetAction, andTemplateActionin the same package.
Helm template functions (jhelm-gotemplate-helm)
-
HelmFunctions — the Helm function provider. The Go template engine itself is the external gotmpl4j library, which publishes its own Javadoc.
Spring Boot auto-configuration entry points