Harvester/key Pair
@hivemq/harvester/key-pairv2026.06.04.81
01README
Manages Harvester KeyPair custom resources for SSH key injection into VMs.
02Models
@hivemq/harvester/key-pairv2026.06.02.1harvester_key_pair.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| kubeContext | string | Kubernetes context (e.g. dev-harvester, prod-harvester) |
| namespaces | array | Namespaces in which to manage KeyPair CRs |
| keys | array |
fn audit()
Read all KeyPair CRs in the managed namespaces. Read-only.
fn verify()
Compare actual KeyPair CRs against the declared `keys` set. Throws when any host is non-conforming.
fn apply()
Reconcile KeyPair CRs to match the declared set: create/update `state: present` keys, delete `state: absent` keys. kubectl apply / delete under the hood.
Resources
audit(infinite)— List of KeyPair CRs found in the managed namespaces (forensic).
verify(infinite)— Conformance result for the declared `keys` set.
applyResult(infinite)— Per-key change list from the apply operation.
03Previous Versions
2026.06.04.75Jun 4, 2026
04Stats
B
85 / 100
Downloads
5
Archive size
7.4 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository0/2missing
05Platforms