@ankhorage/minikube
v0.4.12
Published
Minikube runtime adapter for provider-neutral Ankhorage infrastructure.
Maintainers
Readme
@ankhorage/minikube
Minikube runtime adapter for provider-neutral Ankhorage infrastructure.
Generated documentation
- Interactive documentation app
- Public API reference
- Component registry
- Architecture overview
- Module relationships
- Export graph
- createInfraAdapter sequence
- createMinikubeCliControlPlane sequence
Public API
Utilities
createInfraAdapter(options?: MinikubeAdapterOptions | undefined) => InfraRuntimeAdapter<"minikube">Create the canonical Minikube runtime adapter entrypoint.
The caller supplies a Minikube-specific command boundary. Standard workload projection and reconciliation are delegated to the published Kubernetes driver.
Module: src/features/cluster-runtime/composition/createInfraAdapter.ts
Source: src/features/cluster-runtime/composition/createInfraAdapter.ts:21:1
Related symbols: MinikubeAdapterOptions
