Discover Packages
github.com/VitruvianSoftware/devx
internal
k8s
package
Version:
v0.32.0
Opens a new window with list of versions in this module.
Published: Apr 6, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package k8s manages the local zero-config Kubernetes clusters using k3s.
Remove stops the cluster and deletes the isolated config.
type Cluster struct {
Name string `json:"name"`
ContainerName string `json:"container"`
Port int `json:"port"`
ConfigPath string `json:"config_path"`
Status string `json:"status"`
}
List returns all active devx k3s clusters.
Spawn boots a new k3s container and provisions its isolated kubeconfig.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.