package
1.10.0
Repository: https://github.com/jlmeeker/kismatic.git
Documentation: pkg.go.dev

# Functions

HumanFormat converts bytes to human readable KB,MB,GB,TB formats.
NewCmdAddNode returns the command for adding node to the cluster.
NewCmdApply creates a cluter using the plan file.
NewCmdCertificates creates a new certificates command.
NewCmdDashboard opens or displays the dashboard URL.
NewCmdDiagnostic collects diagnostic data on remote nodes.
NewCmdGenerate creates a new certificates generate command.
NewCmdInfo returns the info command.
NewCmdInstall creates a new install command.
NewCmdIP prints the cluster's IP.
NewCmdPlan creates a new install plan command.
NewCmdReset resets nodes.
NewCmdSeedRegistry returns the command for seeding a container image registry with the images required by KET.
NewCmdSSH returns an ssh shell.
NewCmdStep returns the step command.
NewCmdUpgrade returns the upgrade command.
NewCmdUpgradeOffline returns the command for running offline upgrades.
NewCmdUpgradeOnline returns the command for running online upgrades.
NewCmdValidate creates a new install validate command.
NewCmdVersion returns the version command.
NewCmdVolume returns the storage command.
NewCmdVolumeAdd returns the command for adding storage volumes.
NewCmdVolumeDelete returns the command for deleting storage volumes.
NewCmdVolumeList returns the command for listgin storage volumes.
NewKismaticCommand creates the kismatic command.
VolumeBrickToString joins the volume bricks into a CSV string.

# Structs

Brick contains Host and Path information.
Claim contains Name and Namespace information.
Container contains Name and mounting information (name and path).
ListResponse contains a slice of volumes with corresponding json fields.
Pod contains Name and Namespace information, as well as associated containers.
Volume contains name, storage class, labels, capacity, availability, replicacount, distribution count, bricks, status, claim, and pods.