Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Drivers = driverutil.NewDriverCache[ClusterDriver]()
Functions ¶
This section is empty.
Types ¶
type ClusterDriver ¶
type ClusterDriver interface { GetInstallStatus(context.Context) InstallState StoreCluster(context.Context, *corev1.Reference, string) error StoreClusterMetadata(context.Context, string, string) error StoreClusterReadUser(ctx context.Context, username, password, id string) error DeleteCluster(context.Context, string) error SetClusterStatus(context.Context, string, bool) error GetClusterStatus(context.Context, string) (*capabilityv1.NodeCapabilityStatus, error) SetSyncTime() }
type InstallState ¶
type InstallState int
const ( Pending InstallState = iota Installed Absent Error )
Click to show internal directories.
Click to hide internal directories.