package
Version:
v0.41.0
Opens a new window with list of versions in this module.
Published: Sep 24, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cluster contains local cluster bootstrap primitives.
View Source
const JoinTokenVersion = "stackkit.cluster/v1"
type JoinToken struct {
Version string `json:"version"`
HomelabID string `json:"homelabId"`
MainNode MainNode `json:"mainNode"`
Token string `json:"token"`
ExpiresAt time.Time `json:"expiresAt"`
AllowedRoles []string `json:"allowedRoles"`
}
type MainNode struct {
ID string `json:"id"`
Name string `json:"name"`
Endpoint string `json:"endpoint"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.